Enum StringSearchType
Namespace: SuperOffice.WebApi.DataAssembly: SuperOffice.WebApi.dll Enumeration that exposes what search types that are supported.
Fields
BeginsWith = 1
1: The BeginsWith element searches for a string at the start of your searchable content.
Contains = 3
3: The Exact element searches for a string in searchable content.
EndsWith = 2
2: The EndsWith element searches for a string at the end of your searchable content.
Exact = 0
0: The Exact element searches for an exact string in your searchable content.