Home > @tridion-sites/open-api-client > StringSearchMode
Members: * Contains
- * StartsWith
- * EndsWith
- * ExactMatch
-
Signature:
export declare enum StringSearchMode
Member | Value | Description |
---|---|---|
CONTAINS | "Contains" |
|
ENDS_WITH | "EndsWith" |
|
EXACT_MATCH | "ExactMatch" |
|
STARTS_WITH | "StartsWith" |