C# Class Engage.Dnn.Publish.PrinterFriendly

Show file Open project: EngageSoftware/Engage-Publish

Public Properties

Property Type Description
CssStyle string

Protected Properties

Property Type Description
lblArticleText global::System.Web.UI.WebControls.Label
lblArticleTitle global::System.Web.UI.WebControls.Label
lnkPortalLogo global::System.Web.UI.WebControls.HyperLink
pageTitle global::System.Web.UI.WebControls.Literal

Protected Methods

Method Description
OnInit ( EventArgs e ) : void

Private Methods

Method Description
GetCssStyle ( ) : string
Page_Load ( object sender, EventArgs e ) : void
UserHasRights ( int tabId ) : bool

Method Details

OnInit() protected method

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

Property Details

CssStyle public property

public string CssStyle
return string

lblArticleText protected property

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

lblArticleTitle protected property

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

lnkPortalLogo protected property

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

pageTitle protected property

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