| IDataComClientGetContacts Method  | 
            Searches Data.com for contacts with the specified identifiers and returns the result using the Data.com user account with given credential.
            
 
Namespace: CMS.DataComAssembly: CMS.DataCom (in CMS.DataCom.dll) Version: 8.2.23
SyntaxList<Contact> GetContacts(
	IList<long> contactIdentifiers,
	bool purchaseFlag,
	NetworkCredential userCredential
)
Parameters
- contactIdentifiers
 - Type: System.Collections.GenericIListInt64
The identifiers of contacts in Data.com. - purchaseFlag
 - Type: SystemBoolean
The value that indicates whether the service should attempt to buy the contacts and deduct points from the Data.com user account with given credential. - userCredential
 - Type: System.NetNetworkCredential
The Data.com user credential. 
Return Value
Type: 
ListContactThe contacts with the specified identifiers.
See Also