Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class GroupSettings

Inheritance
System.Object
GroupSettings
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Shell.ObjectEditing
Assembly: EPiServer.Shell.dll
Version: 11.20.7
Syntax
public class GroupSettings

Constructors

GroupSettings()

Declaration
public GroupSettings()

GroupSettings(String, Boolean, String, IDictionary<String, Object>)

Declaration
public GroupSettings(string name, bool displayUI, string clientLayoutClass, IDictionary<string, object> options)
Parameters
Type Name Description
System.String name
System.Boolean displayUI
System.String clientLayoutClass
System.Collections.Generic.IDictionary<System.String, System.Object> options

Properties

ClientLayoutClass

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

DisplayOrder

Declaration
public int DisplayOrder { get; set; }
Property Value
Type Description
System.Int32

DisplayUI

Declaration
public bool DisplayUI { get; set; }
Property Value
Type Description
System.Boolean

Name

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

Options

Declaration
public IDictionary<string, object> Options { get; }
Property Value
Type Description
System.Collections.Generic.IDictionary<System.String, System.Object>

Title

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

Extension Methods