London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Interface IVisitorGroupReferenceFinder

Find visitor group references by searching critera

Namespace: EPiServer.Personalization.VisitorGroups.Criteria
Assembly: EPiServer.Cms.AspNet.dll
Version: 11.20.7
Syntax
public interface IVisitorGroupReferenceFinder

Methods

Find(Guid)

Search all critieria in the system for references to a visitor group

Declaration
IEnumerable<VisitorGroup> Find(Guid visitorGroupId)
Parameters
Type Name Description
System.Guid visitorGroupId

The identity of the visitor group

Returns
Type Description
System.Collections.Generic.IEnumerable<VisitorGroup>

A list of visitor groups containing critera with a reference to the visitor group

Extension Methods