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 IVisitorGroupCriterionDefinition

Namespace: EPiServer.Personalization.VisitorGroups
Assembly: EPiServer.ApplicationModules.dll
Version: 11.20.7
Syntax
public interface IVisitorGroupCriterionDefinition

Properties

Category

Declaration
string Category { get; }
Property Value
Type Description
System.String

Description

Declaration
string Description { get; }
Property Value
Type Description
System.String

DisplayName

Declaration
string DisplayName { get; }
Property Value
Type Description
System.String

LanguagePath

Declaration
string LanguagePath { get; }
Property Value
Type Description
System.String

ScriptUrl

Declaration
string ScriptUrl { get; }
Property Value
Type Description
System.String

Extension Methods