SaaS CMS has officially launched! Learn more now.

Interface IVisitorGroupStatisticView

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 interface IVisitorGroupStatisticView

Properties

DefaultSettings

Declaration
VisitorGroupStatisticSetting DefaultSettings { get; }
Property Value
Type Description
VisitorGroupStatisticSetting

Name

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

Methods

GetStatistics(VisitorGroupStatisticSetting)

Declaration
IVisitorGroupStatisitcViewResult GetStatistics(VisitorGroupStatisticSetting statisticSetting)
Parameters
Type Name Description
VisitorGroupStatisticSetting statisticSetting
Returns
Type Description
IVisitorGroupStatisitcViewResult

Extension Methods