Click or drag to resize
QuickSearchMode Enumeration
Enumerates all possible modes used by QuickSearch method of the API service.

Namespace: dk.webCRM.ApiSync.BusinessLayer.Enums
Assembly: dk.webCRM.ApiSync.BusinessLayer (in dk.webCRM.ApiSync.BusinessLayer.dll) Version: 2.0.0.5 (2.0.0.5)
Syntax
public enum QuickSearchMode
Members
  Member nameValueDescription
Undefined0 Undefined. It is created for internal purposes. If such value is passed to the API service from outside then an error will be generated.
TeleNumbers1 Search by tele numbers (telephone, fax, direct and mobile numbers).
Organisation2 Search by organisation name or by organisation and division names.
PersonName3 Search by person name.
PersonEmail4 Search by person email.
See Also