Class DeleteMembershipDialog
Inheritance
System.Object
DeleteMembershipDialog
Assembly: EPiServer.UI.dll
Version: 11.20.7
Syntax
public class DeleteMembershipDialog : WebFormsBase, ISupportsScriptManager, ISystemMessageSink
Constructors
DeleteMembershipDialog()
Declaration
public DeleteMembershipDialog()
Fields
accessRightsCheckbox
Declaration
protected CheckBox accessRightsCheckbox
Field Value
Type |
Description |
System.Web.UI.WebControls.CheckBox |
|
Declaration
protected ToolButton DeleteMembershipButton
Field Value
permissionCheckbox
Declaration
protected CheckBox permissionCheckbox
Field Value
Type |
Description |
System.Web.UI.WebControls.CheckBox |
|
RoleNameLabel
Declaration
protected Label RoleNameLabel
Field Value
Type |
Description |
System.Web.UI.WebControls.Label |
|
RolePanel
Declaration
protected Panel RolePanel
Field Value
Type |
Description |
System.Web.UI.WebControls.Panel |
|
RoleProvider
Declaration
protected Injected<UIRoleProvider> RoleProvider
Field Value
UserNameLabel
Declaration
protected Label UserNameLabel
Field Value
Type |
Description |
System.Web.UI.WebControls.Label |
|
UserPanel
Declaration
protected Panel UserPanel
Field Value
Type |
Description |
System.Web.UI.WebControls.Panel |
|
UserProvider
Declaration
protected Injected<UIUserProvider> UserProvider
Field Value
Properties
SecurityEntityRoleOrUser
Declaration
public SecurityEntityType SecurityEntityRoleOrUser { get; set; }
Property Value
UserOrRoleName
Declaration
public string UserOrRoleName { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
DeleteUser_Click(Object, EventArgs)
Declaration
protected void DeleteUser_Click(object sender, EventArgs e)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
System.EventArgs |
e |
|
OnLoad(EventArgs)
Declaration
protected override void OnLoad(EventArgs e)
Parameters
Type |
Name |
Description |
System.EventArgs |
e |
|
Implements
Extension Methods