Class SearchUsers
Inheritance
System.Object
SearchUsers
Assembly: EPiServer.UI.dll
Version: 11.20.7
Syntax
public class SearchUsers : WebFormsBase, ISupportsScriptManager, ISystemMessageSink
Constructors
SearchUsers()
Declaration
Fields
Email
Declaration
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
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
Declaration
protected ToolButton SearchButton
Field Value
SearchDiv
Declaration
protected HtmlGenericControl SearchDiv
Field Value
Type |
Description |
System.Web.UI.HtmlControls.HtmlGenericControl |
|
Declaration
protected HtmlGenericControl ToolButtonDiv
Field Value
Type |
Description |
System.Web.UI.HtmlControls.HtmlGenericControl |
|
UserProvider
Declaration
protected Injected<UIUserProvider> UserProvider
Field Value
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 |
|
Declaration
protected void SetHeaders(object sender, EventArgs e)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
System.EventArgs |
e |
|
Implements
Extension Methods