SaaS CMS has officially launched! Learn more now.

Class VisitorGroupReferenceFinder

Class with functionality to find references between visitor groups

Inheritance
System.Object
VisitorGroupReferenceFinder
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.Personalization.VisitorGroups.Criteria
Assembly: EPiServer.dll
Version: 7.19.2
Syntax
public class VisitorGroupReferenceFinder

Constructors

VisitorGroupReferenceFinder(IVisitorGroupRepository)

Initializes a new instance of the VisitorGroupReferenceFinder class.

Declaration
public VisitorGroupReferenceFinder(IVisitorGroupRepository visitorGroupRepository)
Parameters
Type Name Description
EPiServer.Personalization.VisitorGroups.IVisitorGroupRepository visitorGroupRepository

The visitor group repository.

Methods

FindReferencesToMe(Guid)

Finds Visitor Group that has reference to me by VisitorGroupMembershipCriterion.

Declaration
public IEnumerable<VisitorGroup> FindReferencesToMe(Guid referenceVisitorGroupId)
Parameters
Type Name Description
System.Guid referenceVisitorGroupId

The reference visitor group id.

Returns
Type Description
System.Collections.Generic.IEnumerable<EPiServer.Personalization.VisitorGroups.VisitorGroup>

Extension Methods