| IDataComClientSearchContacts Method (ContactFilter, Int32, Int32, NetworkCredential) | 
            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: 9.0.0
SyntaxContactSearchResults SearchContacts(
	ContactFilter filter,
	int pageIndex,
	int pageSize,
	NetworkCredential userCredential
)
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. - userCredential
 - Type: System.NetNetworkCredential
The Data.com user credential. 
Return Value
Type: 
ContactSearchResultsThe specified page from the list of contacts that match the specified filter.
See Also