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

Class VisitorGroupElement

Configuration element for visitor groups

Inheritance
System.Object
VisitorGroupElement
Namespace: EPiServer.Configuration.Personalization
Assembly: EPiServer.Configuration.dll
Version: 8.11.0
Syntax
public class VisitorGroupElement : ConfigurationElement

Constructors

VisitorGroupElement()

Declaration
public VisitorGroupElement()

Properties

SearchKeyWordCriteria

Gets or sets settings for the search key word criteria.

Declaration
public SearchKeyWordCriterionElement SearchKeyWordCriteria { get; set; }
Property Value
Type Description
SearchKeyWordCriterionElement

The search key word criteria.

Extension Methods