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 IndexViewData

Inheritance
System.Object
IndexViewData
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
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 IndexViewData

Constructors

IndexViewData()

Declaration
public IndexViewData()

Properties

GadgetID

Declaration
public Guid GadgetID { get; }
Property Value
Type Description
System.Guid

Settings

Declaration
public Settings Settings { get; set; }
Property Value
Type Description
Settings

StatisticResult

Declaration
public IVisitorGroupStatisitcViewResult StatisticResult { get; set; }
Property Value
Type Description
IVisitorGroupStatisitcViewResult

Extension Methods