Enum StringSearchType
Enumeration that exposes what search types that are supported.
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.7.0.0")]
public enum StringSearchType
Fields
| Name | Description |
|---|---|
| BeginsWith | 1: The BeginsWith element searches for a string at the start of your searchable content. |
| Contains | 3: The Exact element searches for a string in searchable content. |
| EndsWith | 2: The EndsWith element searches for a string at the end of your searchable content. |
| Exact | 0: The Exact element searches for an exact string in your searchable content. |