C# Class Aspose.Modules.DotNetNukeContentExport.Settings

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

Protected Properties

Property Type Description
DefaultPaneLabel global::System.Web.UI.UserControl
DefaultPaneTextBox global::System.Web.UI.WebControls.TextBox
ExportButtonCssClassLabel global::System.Web.UI.UserControl
ExportButtonCssClassTextBox global::System.Web.UI.WebControls.TextBox
ExportTypeDropDownCssClassLabel global::System.Web.UI.UserControl
ExportTypeDropDownCssClassTextBox global::System.Web.UI.WebControls.TextBox
HideDefaultPaneCheckBox global::System.Web.UI.WebControls.CheckBox
HideDefaultPaneLabel global::System.Web.UI.UserControl
PaneSelectionDropDownCssClassLabel global::System.Web.UI.UserControl
PaneSelectionDropDownCssClassTextBox global::System.Web.UI.WebControls.TextBox
PanesDropDownList global::System.Web.UI.WebControls.DropDownList

Public Methods

Method Description
LoadSettings ( ) : void

LoadSettings loads the settings from the Database and displays them

UpdateSettings ( ) : void

UpdateSettings saves the modified settings to the Database

Method Details

LoadSettings() public method

LoadSettings loads the settings from the Database and displays them
public LoadSettings ( ) : void
return void

UpdateSettings() public method

UpdateSettings saves the modified settings to the Database
public UpdateSettings ( ) : void
return void

Property Details

DefaultPaneLabel protected_oe property

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

DefaultPaneTextBox protected_oe property

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

ExportButtonCssClassLabel protected_oe property

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

ExportButtonCssClassTextBox protected_oe property

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

ExportTypeDropDownCssClassLabel protected_oe property

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

ExportTypeDropDownCssClassTextBox protected_oe property

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

HideDefaultPaneCheckBox protected_oe property

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

HideDefaultPaneLabel protected_oe property

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

PaneSelectionDropDownCssClassLabel protected_oe property

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

PaneSelectionDropDownCssClassTextBox protected_oe property

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

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