SaaS CMS has officially launched! Learn more now.

Class VisitorGroupStatisticSetting

Inheritance
System.Object
VisitorGroupStatisticSetting
Implements
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.VisitorGroupsStatistics.Statistics
Assembly: EPiServer.Shell.UI.dll
Version: 11.20.7
Syntax
[Obsolete("The Episerver gadget framework has been deprecated so the Visitor Group Statistics gadget will be removed after the upcoming major release.")]
public class VisitorGroupStatisticSetting : IDynamicData

Constructors

VisitorGroupStatisticSetting()

Declaration
public VisitorGroupStatisticSetting()

Properties

DisplayText

Declaration
public virtual string DisplayText { get; }
Property Value
Type Description
System.String

Id

Declaration
public Identity Id { get; set; }
Property Value
Type Description
Identity

Options

Declaration
public virtual IList Options { get; set; }
Property Value
Type Description
System.Collections.IList

SelectedOptionIndex

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

VisitorGroupIdentities

Declaration
public IEnumerable<Guid> VisitorGroupIdentities { get; set; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<System.Guid>

Implements

Extension Methods