Enum MatchStringType
How the user profile matching should be done
Namespace: EPiServer.Personalization.VisitorGroups
Assembly: EPiServer.Cms.AspNet.dll
Version: 11.20.7Syntax
public enum MatchStringTypeFields
| 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. | 
