SaaS CMS has officially launched! Learn more now.

Interface IVisitorGroupStatisitcViewResult

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 IVisitorGroupStatisitcViewResult

Properties

Items

Declaration
IEnumerable<VisitorGroupStatisitcViewResultItem> Items { get; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<VisitorGroupStatisitcViewResultItem>

Extension Methods