Table of Contents

Class View

Namespace
InSite.UI.Admin.Integrations.BCMail
Assembly
InSite.UI.dll
public class View : AdminBasePage, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, INamingContainer, IFilterResolutionService, IHttpHandler, IAdminPage, IHasTranslator, IHasWebRoute
Inheritance
View
Implements
Inherited Members

Constructors

View()

public View()

Fields

Alert

Alert control.

protected Alert Alert

Field Value

Alert

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

DistributionErrors

DistributionErrors control.

protected HtmlGenericControl DistributionErrors

Field Value

HtmlGenericControl

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

DistributionStatus

DistributionStatus control.

protected HtmlGenericControl DistributionStatus

Field Value

HtmlGenericControl

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

DistributionStatusTime

DistributionStatusTime control.

protected HtmlGenericControl DistributionStatusTime

Field Value

HtmlGenericControl

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

HistoryRepeater

HistoryRepeater control.

protected Repeater HistoryRepeater

Field Value

Repeater

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

Methods

IsHtml(string)

public static bool IsHtml(string text)

Parameters

text string

Returns

bool

Localize(object)

protected string Localize(object o)

Parameters

o object

Returns

string

OnLoad(EventArgs)

protected override void OnLoad(EventArgs e)

Parameters

e EventArgs