C# Class Aspose.Modules.DotNetNukeContentExport.Settings

Show file 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 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 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 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 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 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 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 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 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 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 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 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