Table of Contents

Class Publish

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

Constructors

Publish()

public Publish()

Fields

CancelButton

CancelButton control.

protected CancelButton CancelButton

Field Value

CancelButton

Remarks

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

CourseAsset

CourseAsset control.

protected Literal CourseAsset

Field Value

Literal

Remarks

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

CourseName

CourseName control.

protected Literal CourseName

Field Value

Literal

Remarks

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

CoursePanel

CoursePanel control.

protected HtmlGenericControl CoursePanel

Field Value

HtmlGenericControl

Remarks

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

EditorStatus

EditorStatus control.

protected Alert EditorStatus

Field Value

Alert

Remarks

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

PublishButton

PublishButton control.

protected Button PublishButton

Field Value

Button

Remarks

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

PublishMethod

PublishMethod control.

protected RadioButtonList PublishMethod

Field Value

RadioButtonList

Remarks

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

WebPageHelp

WebPageHelp control.

protected HtmlGenericControl WebPageHelp

Field Value

HtmlGenericControl

Remarks

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

WebPageIdentifier

WebPageIdentifier control.

protected PagePopupSelector WebPageIdentifier

Field Value

PagePopupSelector

Remarks

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

WebPageLabel

WebPageLabel control.

protected Literal WebPageLabel

Field Value

Literal

Remarks

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

WebPagePanel

WebPagePanel control.

protected HtmlGenericControl WebPagePanel

Field Value

HtmlGenericControl

Remarks

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

WebPageRequired

WebPageRequired control.

protected CustomValidator WebPageRequired

Field Value

CustomValidator

Remarks

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

WebSiteIdentifier

WebSiteIdentifier control.

protected WebSiteComboBox WebSiteIdentifier

Field Value

WebSiteComboBox

Remarks

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

Properties

CourseIdentifier

protected Guid CourseIdentifier { get; }

Property Value

Guid

Methods

GetParentLinkParameters(IWebRoute)

public string GetParentLinkParameters(IWebRoute parent)

Parameters

parent IWebRoute

Returns

string

OnInit(EventArgs)

protected override void OnInit(EventArgs e)

Parameters

e EventArgs

OnLoad(EventArgs)

protected override void OnLoad(EventArgs e)

Parameters

e EventArgs