Try our conversational search powered by Generative AI!

Enum MatchStringType

How the user profile matching should be done

Namespace: EPiServer.Personalization.VisitorGroups
Assembly: EPiServer.Cms.AspNet.dll
Version: 11.20.7
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