C# Class Aspose.Modules.AsposeDotNetNukeContentExport.View

Afficher le fichier Open project: aspose-words/Aspose.Words-for-.NET

Protected Properties

Свойство Type Description
ExportButton global::System.Web.UI.WebControls.Button
ExportTypeDropDown global::System.Web.UI.WebControls.DropDownList
PageSourceHiddenField global::System.Web.UI.WebControls.HiddenField
PanesDropDownList global::System.Web.UI.WebControls.DropDownList

Private Properties

Свойство Type Description
ExportContent void
GetOutputFileName string
GetPortalRootSavePath string
LoadPanes void
SetLocalizationText void

Méthodes publiques

Méthode Description
GetSaveFormat ( string format ) : string

Méthodes protégées

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

Private Methods

Méthode Description
ExportContent ( string exportType ) : void
GetOutputFileName ( string extension ) : string
GetPortalRootSavePath ( ) : string
LoadPanes ( ) : void
SetLocalizationText ( ) : void

Method Details

ExportButton_Click() protected méthode

protected ExportButton_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

GetSaveFormat() public static méthode

public static GetSaveFormat ( string format ) : string
format string
Résultat string

Page_Load() protected méthode

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

Property Details

ExportButton protected_oe property

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

ExportTypeDropDown protected_oe property

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

PageSourceHiddenField protected_oe property

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

PanesDropDownList protected_oe property

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