Try our conversational search powered by Generative AI!

Class SearchUsers

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

Constructors

SearchUsers()

Declaration
public SearchUsers()

Fields

Email

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

FirstName

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

Grid

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

GroupSelection

Declaration
protected DropDownList GroupSelection
Field Value
Type Description
System.Web.UI.WebControls.DropDownList

PagingSize

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

RoleProvider

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

SearchButton

Declaration
protected ToolButton SearchButton
Field Value
Type Description
ToolButton

SearchDiv

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

ToolButtonDiv

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

UserProvider

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

Methods

GetApprovedImage(Object)

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

GetLockedImage(Object)

Declaration
protected string GetLockedImage(object type)
Parameters
Type Name Description
System.Object type
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

OnLoad(EventArgs)

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

PageIndexChanged(Object, DataGridPageChangedEventArgs)

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

Search_Click(Object, EventArgs)

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

SetHeaders(Object, EventArgs)

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

Implements

Extension Methods