Try our conversational search powered by Generative AI!

Class MembershipBrowser

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

Constructors

MembershipBrowser()

Declaration
public MembershipBrowser()

Fields

CancelButton

Declaration
protected ToolButton CancelButton
Field Value
Type Description
ToolButton

DropDownSecurityEntity

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

Email

Declaration
protected TextBox Email
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
protected Label Label3
Field Value
Type Description
System.Web.UI.WebControls.Label

LeftButton

Declaration
protected ToolButton LeftButton
Field Value
Type Description
ToolButton

RightButton

Declaration
protected ToolButton RightButton
Field Value
Type Description
ToolButton

SaveButton

Declaration
protected ToolButton SaveButton
Field Value
Type Description
ToolButton

SearchButton

Declaration
protected ToolButton SearchButton
Field Value
Type Description
ToolButton

SearchText

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

Translate1

Declaration
protected Translate Translate1
Field Value
Type Description
Translate

Translate2

Declaration
protected Translate Translate2
Field Value
Type Description
Translate

translateHeading

Declaration
protected Translate translateHeading
Field Value
Type Description
Translate

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
Type Description
Injected<ExternalApplicationOptions>

SecurityEntityProvider

Declaration
public Injected<SecurityEntityProvider> SecurityEntityProvider { get; set; }
Property Value
Type Description
Injected<SecurityEntityProvider>

SecurityType

Declaration
public SecurityEntityType SecurityType { get; set; }
Property Value
Type Description
SecurityEntityType

Methods

OnLoad(EventArgs)

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

Implements

Extension Methods