QuickSearchMode Enumeration |
Enumerates all possible modes used by QuickSearch method of the API service.
Namespace: dk.webCRM.ApiSync.BusinessLayer.EnumsAssembly: dk.webCRM.ApiSync.BusinessLayer (in dk.webCRM.ApiSync.BusinessLayer.dll) Version: 2.0.0.5 (2.0.0.5)
Syntaxpublic enum QuickSearchMode
Public Enumeration QuickSearchMode
public enum class QuickSearchMode
Members
| Member name | Value | Description |
---|
| Undefined | 0 |
Undefined. It is created for internal purposes.
If such value is passed to the API service from
outside then an error will be generated.
|
| TeleNumbers | 1 |
Search by tele numbers (telephone, fax, direct and mobile numbers).
|
| Organisation | 2 |
Search by organisation name or by organisation and division names.
|
| PersonName | 3 |
Search by person name.
|
| PersonEmail | 4 |
Search by person email.
|
See Also