C# Class Engage.Dnn.Publish.Controls.PrinterFriendlyButton

Mostrar archivo Open project: EngageSoftware/Engage-Publish

Protected Properties

Property Type Description
lnkPrinterFriendly global::System.Web.UI.WebControls.HyperLink

Public Methods

Method Description
GetPrintFriendlyLinkUrl ( int itemId, int portalId, int tabId ) : string

Protected Methods

Method Description
OnInit ( EventArgs e ) : void

Private Methods

Method Description
Page_Load ( object sender, EventArgs e ) : void

Method Details

GetPrintFriendlyLinkUrl() public static method

public static GetPrintFriendlyLinkUrl ( int itemId, int portalId, int tabId ) : string
itemId int
portalId int
tabId int
return string

OnInit() protected method

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

Property Details

lnkPrinterFriendly protected_oe property

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