Interface IVisitorGroupStatisticModel
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 IVisitorGroupStatisticModel : IDynamicData
Properties
MachineName
Declaration
string MachineName { get; set; }
Property Value
Type |
Description |
System.String |
|
VisitorGroupId
Declaration
Guid VisitorGroupId { get; set; }
Property Value
Type |
Description |
System.Guid |
|
Extension Methods