Class MySettings
Inheritance
System.Object
MySettings
Assembly: EPiServer.UI.dll
Version: 11.20.7
Syntax
public class MySettings : WebFormsBase, ISupportsScriptManager, ISystemMessageSink
Constructors
MySettings()
Declaration
Fields
componentsPrefix
Declaration
protected SystemPrefix componentsPrefix
Field Value
RoleProvider
Declaration
protected Injected<UIRoleProvider> RoleProvider
Field Value
settingsPanel
Declaration
protected Panel settingsPanel
Field Value
Type |
Description |
System.Web.UI.WebControls.Panel |
|
UserProvider
Declaration
protected Injected<UIUserProvider> UserProvider
Field Value
ValidationSummary
Declaration
protected ValidationSummary ValidationSummary
Field Value
Type |
Description |
System.Web.UI.WebControls.ValidationSummary |
|
Methods
CreateChildControls()
Declaration
protected override void CreateChildControls()
OnPreInit(EventArgs)
Declaration
protected override void OnPreInit(EventArgs e)
Parameters
Type |
Name |
Description |
System.EventArgs |
e |
|
Overrides
Implements
Extension Methods