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!

Class VisitorGroupElement

Configuration element for visitor groups

Inheritance
System.Object
VisitorGroupElement
Namespace: EPiServer.Configuration.Personalization
Assembly: EPiServer.Configuration.dll
Version: 10.10.4
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