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

Namespace: CMS.DataCom
Assembly: CMS.DataCom (in CMS.DataCom.dll) Version: 9.0.0
Syntax
C#
public ContactProvider(
	IDataComClient client
)

Parameters

client
Type: CMS.DataComIDataComClient
The Data.com client.
See Also