C# Class Aspose.Modules.AsposeDotNetNukeContentExport.View

Datei anzeigen Open project: aspose-words/Aspose.Words-for-.NET

Protected Properties

Property 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

Property Type Description
ExportContent void
GetOutputFileName string
GetPortalRootSavePath string
LoadPanes void
SetLocalizationText void

Public Methods

Method Description
GetSaveFormat ( string format ) : string

Protected Methods

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

Private Methods

Method Description
ExportContent ( string exportType ) : void
GetOutputFileName ( string extension ) : string
GetPortalRootSavePath ( ) : string
LoadPanes ( ) : void
SetLocalizationText ( ) : void

Method Details

ExportButton_Click() protected method

protected ExportButton_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

GetSaveFormat() public static method

public static GetSaveFormat ( string format ) : string
format string
return string

Page_Load() protected method

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
return 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
return 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
return 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
return 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
return global::System.Web.UI.WebControls.DropDownList