Class EditSecurity
Inheritance
System.Object
EditSecurity
Assembly: EPiServer.UI.dll
Version: 11.20.7
Syntax
public class EditSecurity : SecurityBase, ISupportsScriptManager, ISystemMessageSink, IContentSource
Constructors
EditSecurity()
Declaration
Fields
initScript
Declaration
protected ScriptEvent initScript
Field Value
IsInherited
Declaration
protected CheckBox IsInherited
Field Value
| Type |
Description |
| System.Web.UI.WebControls.CheckBox |
|
ListRoles
Declaration
protected Repeater ListRoles
Field Value
| Type |
Description |
| System.Web.UI.WebControls.Repeater |
|
RoleInfo
Declaration
protected Translate RoleInfo
Field Value
Declaration
protected ToolButton SaveButton
Field Value
ScriptEvent1
Declaration
protected ScriptEvent ScriptEvent1
Field Value
sidList
Declaration
protected MembershipAccessLevel sidList
Field Value
Declaration
protected ToolButton UserGroupAddButton
Field Value
Properties
IsInLegacyWrapper
Declaration
protected bool IsInLegacyWrapper { get; }
Property Value
| Type |
Description |
| System.Boolean |
|
Methods
OnLoad(EventArgs)
Declaration
protected override void OnLoad(EventArgs e)
Parameters
| Type |
Name |
Description |
| System.EventArgs |
e |
|
RequiredAccess()
Declaration
public override AccessLevel RequiredAccess()
Returns
Overrides
Declaration
protected void SaveButton_Click(object sender, EventArgs e)
Parameters
| Type |
Name |
Description |
| System.Object |
sender |
|
| System.EventArgs |
e |
|
Implements
Extension Methods