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 GroupSettingsViewModel

Inheritance
System.Object
GroupSettingsViewModel
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.UI.Models
Assembly: EPiServer.Shell.UI.dll
Version: 11.20.7
Syntax
public class GroupSettingsViewModel

Constructors

GroupSettingsViewModel(String, String, String, Boolean, Int32, IDictionary<String, Object>)

Declaration
public GroupSettingsViewModel(string name, string title, string uiType, bool displayUI, int displayOrder, IDictionary<string, object> options)
Parameters
Type Name Description
System.String name
System.String title
System.String uiType
System.Boolean displayUI
System.Int32 displayOrder
System.Collections.Generic.IDictionary<System.String, System.Object> options

GroupSettingsViewModel(String, String, String, Boolean, Int32, IDictionary<String, Object>, LocalizationService)

Declaration
public GroupSettingsViewModel(string name, string title, string uiType, bool displayUI, int displayOrder, IDictionary<string, object> options, LocalizationService localizationService)
Parameters
Type Name Description
System.String name
System.String title
System.String uiType
System.Boolean displayUI
System.Int32 displayOrder
System.Collections.Generic.IDictionary<System.String, System.Object> options
LocalizationService localizationService

Properties

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; set; }
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

UiType

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

Extension Methods