C# Class Engage.Dnn.Publish.ItemDisplay

Afficher le fichier Open project: EngageSoftware/Engage-Publish

Protected Properties

Свойство Type Description
Publish_ItemDisplay global::System.Web.UI.HtmlControls.HtmlGenericControl
divPublishNotifications global::System.Web.UI.HtmlControls.HtmlGenericControl
lblPublishMessages global::System.Web.UI.WebControls.Label
phAdminControls global::System.Web.UI.WebControls.PlaceHolder
phControls global::System.Web.UI.WebControls.PlaceHolder
upnlPublish global::System.Web.UI.UpdatePanel

Méthodes protégées

Méthode Description
OnInit ( EventArgs e ) : void

Private Methods

Méthode Description
CheckClearCache ( ) : void
CheckItemUrl ( ) : void

Check's to see if the item being loaded in this module should be displayed on this tabid/moduleid, if not does a 301 redirect to the proper page.

LoadControlType ( ) : void
ReadItemType ( ) : void

Method Details

OnInit() protected méthode

protected OnInit ( EventArgs e ) : void
e EventArgs
Résultat void

Property Details

Publish_ItemDisplay protected_oe property

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

divPublishNotifications protected_oe property

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

lblPublishMessages protected_oe property

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

phAdminControls protected_oe property

phAdminControls control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.PlaceHolder phAdminControls
Résultat global::System.Web.UI.WebControls.PlaceHolder

phControls protected_oe property

phControls control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.PlaceHolder phControls
Résultat global::System.Web.UI.WebControls.PlaceHolder

upnlPublish protected_oe property

upnlPublish control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.UpdatePanel upnlPublish
Résultat global::System.Web.UI.UpdatePanel