Try our conversational search powered by Generative AI!

Class GroupListEditor

Inheritance
System.Object
GroupListEditor
Namespace: EPiServer.UI.Editor.Dialogs
Assembly: EPiServer.UI.dll
Version: 11.20.7
Syntax
public class GroupListEditor : ContentBaseUserControl

Constructors

GroupListEditor()

Declaration
public GroupListEditor()

Fields

addContentGroup

Declaration
protected ToolButton addContentGroup
Field Value
Type Description
ToolButton

AllContentGroupsControl

Declaration
protected HiddenField AllContentGroupsControl
Field Value
Type Description
System.Web.UI.WebControls.HiddenField

ContentGroupControl

Declaration
protected HiddenField ContentGroupControl
Field Value
Type Description
System.Web.UI.WebControls.HiddenField

Groups

Declaration
protected HiddenField Groups
Field Value
Type Description
System.Web.UI.WebControls.HiddenField

noContentGroup

Declaration
protected CheckBox noContentGroup
Field Value
Type Description
System.Web.UI.WebControls.CheckBox

NoVisitorGroupsMessage

Declaration
protected Literal NoVisitorGroupsMessage
Field Value
Type Description
System.Web.UI.WebControls.Literal

vgPopupCancel

Declaration
protected ToolButton vgPopupCancel
Field Value
Type Description
ToolButton

vgPopupOK

Declaration
protected ToolButton vgPopupOK
Field Value
Type Description
ToolButton

VisitorGroupSelection

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

Properties

ContentGroup

Declaration
public string ContentGroup { get; set; }
Property Value
Type Description
System.String

GroupList

Declaration
public string GroupList { get; set; }
Property Value
Type Description
System.String

Methods

CreateVisitorGroupJson()

Declaration
protected string CreateVisitorGroupJson()
Returns
Type Description
System.String

Page_Load(Object, EventArgs)

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

SetAvailableContentGroups(String, String)

Declaration
public void SetAvailableContentGroups(string allContentGroups, string selectedContentGroup)
Parameters
Type Name Description
System.String allContentGroups
System.String selectedContentGroup

Extension Methods