IDataComClient GetPartnerContacts Method Kentico 8.0 API Reference
Searches Data.com for contacts with the specified identifiers and returns the result using the Data.com partner account with given access token.

Namespace: CMS.DataCom
Assembly: CMS.DataCom (in CMS.DataCom.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

contactIdentifiers
Type: OnlineSystem.Collections.Generic IList OnlineInt64 
The identifiers of contacts in Data.com.
purchaseFlag
Type: OnlineSystem Boolean
The value that indicates whether the service should attempt to buy the contacts and deduct points from the Data.com partner on behalf of the specified buyer.
buyerIdentity
Type: CMS.DataCom BuyerIdentity
The buyer identity for billing purposes.

Return Value

Type: OnlineList Contact 
The contacts with the specified identifiers.
See Also