Click or drag to resize
PartnerContactProvider Constructor
Initializes a new instance of the PartnerContactProvider class with the specified Data.com client and buyer identity.

Namespace: CMS.DataCom
Assembly: CMS.DataCom (in CMS.DataCom.dll) Version: 9.0.0
Syntax
C#
public PartnerContactProvider(
	DataComClient client,
	BuyerIdentity buyerIdentity
)

Parameters

client
Type: CMS.DataComDataComClient
The Data.com client.
buyerIdentity
Type: CMS.DataComBuyerIdentity
The buyer identity.
See Also