Try our conversational search powered by Generative AI!

Class MySettings

Inheritance
System.Object
MySettings
Namespace: EPiServer.UI.Edit
Assembly: EPiServer.UI.dll
Version: 11.20.7
Syntax
public class MySettings : WebFormsBase, ISupportsScriptManager, ISystemMessageSink

Constructors

MySettings()

Declaration
public MySettings()

Fields

componentsPrefix

Declaration
protected SystemPrefix componentsPrefix
Field Value
Type Description
SystemPrefix

RoleProvider

Declaration
protected Injected<UIRoleProvider> RoleProvider
Field Value
Type Description
Injected<UIRoleProvider>

settingsPanel

Declaration
protected Panel settingsPanel
Field Value
Type Description
System.Web.UI.WebControls.Panel

UserProvider

Declaration
protected Injected<UIUserProvider> UserProvider
Field Value
Type Description
Injected<UIUserProvider>

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