Enum StringPropertyMatchType
Determines how to match a string property value
Namespace: Umbraco.Cms.Core.Persistence.Querying
Assembly: Umbraco.Core.dll
Syntax
public enum StringPropertyMatchType
Fields
Name | Description |
---|---|
Contains | |
EndsWith | |
Exact | |
StartsWith | |
Wildcard |