Class MatchStringType
How the user profile matching should be done
Inheritance
System.Object
    MatchStringType
  Namespace: EPiServer.Personalization.VisitorGroups
Assembly: EPiServer.Cms.AspNetCore.dll
Version: 12.0.3Syntax
public sealed class MatchStringType : EnumFields
Contains
The value in the criteria has to contain the setting value.
Declaration
public const MatchStringType ContainsField Value
| Type | Description | 
|---|---|
| MatchStringType | 
EndsWith
The value in the criteria has to end with the setting value.
Declaration
public const MatchStringType EndsWithField Value
| Type | Description | 
|---|---|
| MatchStringType | 
Equals
The value in the criteria has to be the same as the setting value.
Declaration
public const MatchStringType EqualsField Value
| Type | Description | 
|---|---|
| MatchStringType | 
StartsWith
The value in the criteria has to start with the setting value.
Declaration
public const MatchStringType StartsWithField Value
| Type | Description | 
|---|---|
| MatchStringType | 
value__
Declaration
public int value__Field Value
| Type | Description | 
|---|---|
| System.Int32 | 
