C# Class DotNetNuke.Modules.dnnGlimpse.Settings

Show file Open project: jbrinkman/dnnGlimpse

Protected Properties

Property Type Description
enableAllUsers global::System.Web.UI.WebControls.CheckBox
plReplaceTokens global::System.Web.UI.UserControl

Public Methods

Method Description
LoadSettings ( ) : void
UpdateSettings ( ) : void

UpdateSettings saves the modified settings to the Database

Method Details

LoadSettings() public method

public LoadSettings ( ) : void
return void

UpdateSettings() public method

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

Property Details

enableAllUsers protected property

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

plReplaceTokens protected property

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