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

Enum MatchStringType

How the user profile matching should be done

Namespace: EPiServer.Personalization.VisitorGroups
Assembly: EPiServer.dll
Version: 8.11.0
Syntax
public enum MatchStringType

Fields

Name Description
Contains

The value in the criteria has to contain the setting value.

EndsWith

The value in the criteria has to end with the setting value.

Equals

The value in the criteria has to be the same as the setting value.

StartsWith

The value in the criteria has to start with the setting value.

Extension Methods