Click or drag to resize
DataComClientGetPartnerContacts Method
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: 9.0.0
Syntax
C#
public List<Contact> GetPartnerContacts(
	IList<long> contactIdentifiers,
	bool purchaseFlag,
	BuyerIdentity buyerIdentity
)

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 partner on behalf of the specified buyer.
buyerIdentity
Type: CMS.DataComBuyerIdentity
The buyer identity for billing purposes.

Return Value

Type: ListContact
The contacts with the specified identifiers.

Implements

IDataComClientGetPartnerContacts(IListInt64, Boolean, BuyerIdentity)
See Also