C# Class Engage.Dnn.Publish.ItemLink

Show file Open project: EngageSoftware/Engage-Publish

Protected Properties

Property Type Description
lblFooter global::System.Web.UI.WebControls.Label
lblMessage global::System.Web.UI.WebControls.Label
lblPossible global::System.Web.UI.WebControls.Label
lblPossibleA global::System.Web.UI.WebControls.Label
lblPossibleB global::System.Web.UI.WebControls.Label
lblTitle global::System.Web.UI.WebControls.Label
metaRefresh global::System.Web.UI.HtmlControls.HtmlGenericControl

Protected Methods

Method Description
OnInit ( EventArgs e ) : void

Private Methods

Method Description
DisplayBrokenLinkMessage ( Item item ) : void
DisplayInvalidLinkMessage ( ) : void
DisplayItem ( Item item ) : void
InitializeLocalVariables ( ) : void
LocalizeControls ( ) : void
NavigateInvalidLinkInternal ( Item item ) : void
Page_Load ( object sender, EventArgs e ) : void

Method Details

OnInit() protected method

protected OnInit ( EventArgs e ) : void
e EventArgs
return void

Property Details

lblFooter protected property

lblFooter control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblFooter
return global::System.Web.UI.WebControls.Label

lblMessage protected property

lblMessage control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblMessage
return global::System.Web.UI.WebControls.Label

lblPossible protected property

lblPossible control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblPossible
return global::System.Web.UI.WebControls.Label

lblPossibleA protected property

lblPossibleA control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblPossibleA
return global::System.Web.UI.WebControls.Label

lblPossibleB protected property

lblPossibleB control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblPossibleB
return global::System.Web.UI.WebControls.Label

lblTitle protected property

lblTitle control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblTitle
return global::System.Web.UI.WebControls.Label

metaRefresh protected property

metaRefresh control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlGenericControl metaRefresh
return global::System.Web.UI.HtmlControls.HtmlGenericControl