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 |
Property | Type | Description | |
---|---|---|---|
ExportContent | void | ||
GetOutputFileName | string | ||
GetPortalRootSavePath | string | ||
LoadPanes | void | ||
SetLocalizationText | void |
Method | Description | |
---|---|---|
GetSaveFormat ( string format ) : string |
Method | Description | |
---|---|---|
ExportButton_Click ( object sender, EventArgs e ) : void | ||
Page_Load ( object sender, EventArgs e ) : void |
Method | Description | |
---|---|---|
ExportContent ( string exportType ) : void | ||
GetOutputFileName ( string extension ) : string | ||
GetPortalRootSavePath ( ) : string | ||
LoadPanes ( ) : void | ||
SetLocalizationText ( ) : void |
protected ExportButton_Click ( object sender, EventArgs e ) : void | ||
sender | object | |
e | EventArgs | |
return | void |
public static GetSaveFormat ( string format ) : string | ||
format | string | |
return | string |
protected Page_Load ( object sender, EventArgs e ) : void | ||
sender | object | |
e | EventArgs | |
return | void |
protected global::System.Web.UI.WebControls.Button ExportButton | ||
return | global::System.Web.UI.WebControls.Button |
protected global::System.Web.UI.WebControls.DropDownList ExportTypeDropDown | ||
return | global::System.Web.UI.WebControls.DropDownList |
protected global::System.Web.UI.WebControls.HiddenField PageSourceHiddenField | ||
return | global::System.Web.UI.WebControls.HiddenField |