Click or drag to resize
UserContactProviderSearchContacts Method
Searches Data.com for contacts that match the specified filter and returns the specified page from the result.

Namespace: CMS.DataCom
Assembly: CMS.DataCom (in CMS.DataCom.dll) Version: 9.0.0
Syntax
C#
public ContactSearchResults SearchContacts(
	ContactFilter filter,
	int pageIndex,
	int pageSize
)

Parameters

filter
Type: CMS.DataComContactFilter
The contact filter.
pageIndex
Type: SystemInt32
The index of the requested page.
pageSize
Type: SystemInt32
The size of the requested page.

Return Value

Type: ContactSearchResults
The specified page from the list of contacts that match the specified filter.

Implements

IContactProviderSearchContacts(ContactFilter, Int32, Int32)
Remarks
This methods compensates for an error in Data.com REST service where owned contacts are returned without the company name.
See Also