Class MembershipBrowser
Inheritance
System.Object
MembershipBrowser
Assembly: EPiServer.UI.dll
Version: 11.20.7
Syntax
public class MembershipBrowser : WebFormsBase, ISupportsScriptManager, ISystemMessageSink
Constructors
MembershipBrowser()
Declaration
public MembershipBrowser()
Fields
Declaration
protected ToolButton CancelButton
Field Value
DropDownSecurityEntity
Declaration
protected DropDownList DropDownSecurityEntity
Field Value
Type |
Description |
System.Web.UI.WebControls.DropDownList |
|
Email
Declaration
Field Value
Type |
Description |
System.Web.UI.WebControls.TextBox |
|
headingText
Declaration
protected Label headingText
Field Value
Type |
Description |
System.Web.UI.WebControls.Label |
|
Label3
Declaration
Field Value
Type |
Description |
System.Web.UI.WebControls.Label |
|
Declaration
protected ToolButton LeftButton
Field Value
Declaration
protected ToolButton RightButton
Field Value
Declaration
protected ToolButton SaveButton
Field Value
Declaration
protected ToolButton SearchButton
Field Value
SearchText
Declaration
protected TextBox SearchText
Field Value
Type |
Description |
System.Web.UI.WebControls.TextBox |
|
Translate1
Declaration
protected Translate Translate1
Field Value
Translate2
Declaration
protected Translate Translate2
Field Value
translateHeading
Declaration
protected Translate translateHeading
Field Value
UserNamesList
Declaration
protected Repeater UserNamesList
Field Value
Type |
Description |
System.Web.UI.WebControls.Repeater |
|
Properties
AllowMultiple
Declaration
protected bool AllowMultiple { get; }
Property Value
Type |
Description |
System.Boolean |
|
ExternalApplicationOptions
Declaration
public Injected<ExternalApplicationOptions> ExternalApplicationOptions { get; set; }
Property Value
SecurityEntityProvider
Declaration
public Injected<SecurityEntityProvider> SecurityEntityProvider { get; set; }
Property Value
SecurityType
Declaration
public SecurityEntityType SecurityType { get; set; }
Property Value
Methods
OnLoad(EventArgs)
Declaration
protected override void OnLoad(EventArgs e)
Parameters
Type |
Name |
Description |
System.EventArgs |
e |
|
Implements
Extension Methods