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

Afficher le fichier Open project: EngageSoftware/Engage-Publish

Protected Properties

Свойство Type Description
lnkPrinterFriendly global::System.Web.UI.WebControls.HyperLink

Méthodes publiques

Méthode Description
GetPrintFriendlyLinkUrl ( int itemId, int portalId, int tabId ) : string

Méthodes protégées

Méthode Description
OnInit ( EventArgs e ) : void

Private Methods

Méthode Description
Page_Load ( object sender, EventArgs e ) : void

Method Details

GetPrintFriendlyLinkUrl() public static méthode

public static GetPrintFriendlyLinkUrl ( int itemId, int portalId, int tabId ) : string
itemId int
portalId int
tabId int
Résultat string

OnInit() protected méthode

protected OnInit ( EventArgs e ) : void
e EventArgs
Résultat 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
Résultat global::System.Web.UI.WebControls.HyperLink