Try our conversational search powered by Generative AI!

Class AdminGroup

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

Constructors

AdminGroup()

Declaration
public AdminGroup()

Fields

AddGroupButton

Declaration
protected ToolButton AddGroupButton
Field Value
Type Description
ToolButton

CancelGroupSave

Declaration
protected ToolButton CancelGroupSave
Field Value
Type Description
ToolButton

CancelPanel

Declaration
protected HtmlGenericControl CancelPanel
Field Value
Type Description
System.Web.UI.HtmlControls.HtmlGenericControl

CancelUsersInRoleButton

Declaration
protected ToolButton CancelUsersInRoleButton
Field Value
Type Description
ToolButton

CommandTable

Declaration
protected HtmlGenericControl CommandTable
Field Value
Type Description
System.Web.UI.HtmlControls.HtmlGenericControl

CreateGroupPanel

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

GroupList

Declaration
protected DataGrid GroupList
Field Value
Type Description
System.Web.UI.WebControls.DataGrid

GroupName

Declaration
protected TextBox GroupName
Field Value
Type Description
System.Web.UI.WebControls.TextBox

GroupNameRequiredValidator

Declaration
protected RequiredFieldValidator GroupNameRequiredValidator
Field Value
Type Description
System.Web.UI.WebControls.RequiredFieldValidator

GroupNameValidator

Declaration
protected RegularExpressionValidator GroupNameValidator
Field Value
Type Description
System.Web.UI.WebControls.RegularExpressionValidator

MembershipLabel

Declaration
protected Label MembershipLabel
Field Value
Type Description
System.Web.UI.WebControls.Label

RoleProvider

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

SaveGroup

Declaration
protected ToolButton SaveGroup
Field Value
Type Description
ToolButton

UserList

Declaration
protected DataGrid UserList
Field Value
Type Description
System.Web.UI.WebControls.DataGrid

UserProvider

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

Methods

AddGroupButton_Click(Object, EventArgs)

Declaration
protected void AddGroupButton_Click(object sender, EventArgs e)
Parameters
Type Name Description
System.Object sender
System.EventArgs e

CancelGroupSave_Click(Object, EventArgs)

Declaration
protected void CancelGroupSave_Click(object sender, EventArgs e)
Parameters
Type Name Description
System.Object sender
System.EventArgs e

CancelUsersInRoleButton_Click(Object, EventArgs)

Declaration
protected void CancelUsersInRoleButton_Click(object sender, EventArgs e)
Parameters
Type Name Description
System.Object sender
System.EventArgs e

ConfirmDeleteMessage(String)

Declaration
public string ConfirmDeleteMessage(string userName)
Parameters
Type Name Description
System.String userName
Returns
Type Description
System.String

ConfirmRemoveMessage(String)

Declaration
public string ConfirmRemoveMessage(string userName)
Parameters
Type Name Description
System.String userName
Returns
Type Description
System.String

GetTypeImage(Object)

Declaration
protected string GetTypeImage(object type)
Parameters
Type Name Description
System.Object type
Returns
Type Description
System.String

GroupList_PageChange(Object, DataGridPageChangedEventArgs)

Declaration
protected void GroupList_PageChange(object sender, DataGridPageChangedEventArgs e)
Parameters
Type Name Description
System.Object sender
System.Web.UI.WebControls.DataGridPageChangedEventArgs e

IsSupportedDelete(String)

Declaration
public bool IsSupportedDelete(string providerName)
Parameters
Type Name Description
System.String providerName
Returns
Type Description
System.Boolean

OnLoad(EventArgs)

Declaration
protected override void OnLoad(EventArgs e)
Parameters
Type Name Description
System.EventArgs e

OpenDeleteDialog(String, SecurityEntityType, String)

Declaration
public string OpenDeleteDialog(string role, SecurityEntityType entityType, string providerName)
Parameters
Type Name Description
System.String role
SecurityEntityType entityType
System.String providerName
Returns
Type Description
System.String

SaveGroup_Click(Object, EventArgs)

Declaration
protected void SaveGroup_Click(object sender, EventArgs e)
Parameters
Type Name Description
System.Object sender
System.EventArgs e

SetGroupHeaders(Object, EventArgs)

Declaration
protected void SetGroupHeaders(object sender, EventArgs e)
Parameters
Type Name Description
System.Object sender
System.EventArgs e

SetUserHeaders(Object, EventArgs)

Declaration
protected void SetUserHeaders(object sender, EventArgs e)
Parameters
Type Name Description
System.Object sender
System.EventArgs e

UserList_DeleteCommand(Object, DataGridCommandEventArgs)

Declaration
protected void UserList_DeleteCommand(object source, DataGridCommandEventArgs e)
Parameters
Type Name Description
System.Object source
System.Web.UI.WebControls.DataGridCommandEventArgs e

UserList_PageIndexChanged(Object, DataGridPageChangedEventArgs)

Declaration
protected void UserList_PageIndexChanged(object sender, DataGridPageChangedEventArgs e)
Parameters
Type Name Description
System.Object sender
System.Web.UI.WebControls.DataGridPageChangedEventArgs e

Implements

Extension Methods