Searches Data.com for contacts that match the specified filter and returns the specified page from the result.
Namespace: CMS.DataComAssembly: CMS.DataCom (in CMS.DataCom.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- filter
- Type: CMS.DataCom ContactFilter
The contact filter.
- pageIndex
- Type: System Int32
The index of the requested page.
- pageSize
- Type: System Int32
The size of the requested page.
- userCredential
- Type: System.Net NetworkCredential
The Data.com user credential.
Return Value
Type: ContactSearchResultsThe specified page from the list of contacts that match the specified filter.
See Also