A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Interface IVisitorGroupReferenceFinder

Find visitor group references by searching critera

Namespace: EPiServer.Personalization.VisitorGroups.Criteria
Assembly: EPiServer.Cms.AspNetCore.dll
Version: 12.0.3
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