Table of Contents

Class ModifyPublication

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

Constructors

ModifyPublication()

public ModifyPublication()

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.

DeleteImage

DeleteImage control.

protected IconButton DeleteImage

Field Value

IconButton

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.

NavigateUrl

public const string NavigateUrl = "/ui/admin/learning/programs/modify-publication"

Field Value

string

NoTaskItemsMessage

NoTaskItemsMessage control.

protected HtmlGenericControl NoTaskItemsMessage

Field Value

HtmlGenericControl

Remarks

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

ProgramIcon

ProgramIcon control.

protected TextBox ProgramIcon

Field Value

TextBox

Remarks

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

ProgramIconPreview

ProgramIconPreview control.

protected HtmlGenericControl ProgramIconPreview

Field Value

HtmlGenericControl

Remarks

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

ProgramImage

ProgramImage control.

protected Image ProgramImage

Field Value

Image

Remarks

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

ProgramImageField

ProgramImageField control.

protected HtmlGenericControl ProgramImageField

Field Value

HtmlGenericControl

Remarks

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

ProgramImageUploadV2

ProgramImageUploadV2 control.

protected FileUploadV2 ProgramImageUploadV2

Field Value

FileUploadV2

Remarks

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

ProgramImageUrl

ProgramImageUrl control.

protected TextBox ProgramImageUrl

Field Value

TextBox

Remarks

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

ProgramSlug

ProgramSlug control.

protected TextBox ProgramSlug

Field Value

TextBox

Remarks

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

PublicationStatus

PublicationStatus control.

protected CheckBox PublicationStatus

Field Value

CheckBox

Remarks

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

PublicationTab

PublicationTab control.

protected NavItem PublicationTab

Field Value

NavItem

Remarks

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

SaveButton

SaveButton control.

protected SaveButton SaveButton

Field Value

SaveButton

Remarks

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

TaskItemRepeater

TaskItemRepeater control.

protected Repeater TaskItemRepeater

Field Value

Repeater

Remarks

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

TasksTab

TasksTab control.

protected NavItem TasksTab

Field Value

NavItem

Remarks

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

TasksValues

TasksValues control.

protected HiddenField TasksValues

Field Value

HiddenField

Remarks

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

WebFolderIdentifier

WebFolderIdentifier control.

protected WebFolderComboBox WebFolderIdentifier

Field Value

WebFolderComboBox

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 WebPageComboBox WebPageIdentifier

Field Value

WebPageComboBox

Remarks

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

WebPageIdentifierAdd

WebPageIdentifierAdd control.

protected IconButton WebPageIdentifierAdd

Field Value

IconButton

Remarks

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

WebPageIdentifierEdit

WebPageIdentifierEdit control.

protected HtmlAnchor WebPageIdentifierEdit

Field Value

HtmlAnchor

Remarks

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

WebPageIdentifierLinks control.

protected HtmlGenericControl WebPageIdentifierLinks

Field Value

HtmlGenericControl

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

WebPageIdentifierView

WebPageIdentifierView control.

protected HtmlAnchor WebPageIdentifierView

Field Value

HtmlAnchor

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.

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.

Methods

GetDisplayTextType(string)

protected string GetDisplayTextType(string type)

Parameters

type string

Returns

string

GetNavigateUrl(Guid, string)

public static string GetNavigateUrl(Guid programId, string tab = null)

Parameters

programId Guid
tab string

Returns

string

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

Redirect(Guid, string)

public static void Redirect(Guid programId, string tab = null)

Parameters

programId Guid
tab string