Class VisitorGroupRepositoryExtensions
Inheritance
System.Object
VisitorGroupRepositoryExtensions
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.7Syntax
[Obsolete("The Episerver gadget framework has been deprecated so the Visitor Group Statistics gadget will be removed after the upcoming major release.")]
public static class VisitorGroupRepositoryExtensions
Methods
GetVisitorGroupName(IVisitorGroupRepository, Guid)
Declaration
public static string GetVisitorGroupName(this IVisitorGroupRepository visitorGroupRepository, Guid visitorGroupIdentity)
Parameters
Type | Name | Description |
---|---|---|
IVisitorGroupRepository | visitorGroupRepository | |
System.Guid | visitorGroupIdentity |
Returns
Type | Description |
---|---|
System.String |
List(IVisitorGroupRepository, Boolean)
Declaration
public static IList<VisitorGroup> List(this IVisitorGroupRepository visitorGroupRepository, bool useVisitorGroupCache)
Parameters
Type | Name | Description |
---|---|---|
IVisitorGroupRepository | visitorGroupRepository | |
System.Boolean | useVisitorGroupCache |
Returns
Type | Description |
---|---|
System.Collections.Generic.IList<VisitorGroup> |