Click or drag to resize
SearchSourceType Enumeration
Type of source used for ContactService.SearchContacts(SearchContactsWatcher ^,String ^,SearchScopeType,SearchSourceType,uint32_t,uint32_t) method.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 493.0.70.0
Syntax
C#
public enum SearchSourceType
Members
  Member nameValueDescription
Local0 Search only user's local contacts. It is important to note that private contacts from an enterprise source are included here.
Network1 Search for directory contacts. Only directory contacts will be returned using this scope - private enterprise contacts are not included.
All2 Search in both local and network scopes.
See Also