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 : Enum
Fields
Contains
The value in the criteria has to contain the setting value.
Declaration
public const MatchStringType Contains
Field Value
Type | Description |
---|---|
MatchStringType |
EndsWith
The value in the criteria has to end with the setting value.
Declaration
public const MatchStringType EndsWith
Field Value
Type | Description |
---|---|
MatchStringType |
Equals
The value in the criteria has to be the same as the setting value.
Declaration
public const MatchStringType Equals
Field Value
Type | Description |
---|---|
MatchStringType |
StartsWith
The value in the criteria has to start with the setting value.
Declaration
public const MatchStringType StartsWith
Field Value
Type | Description |
---|---|
MatchStringType |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |