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

Namespace: CMS.DataCom
Assembly: CMS.DataCom (in CMS.DataCom.dll) Version: 9.0.0
Syntax
C#
public UserContactProvider(
	DataComClient client,
	NetworkCredential userCredential
)

Parameters

client
Type: CMS.DataComDataComClient
The Data.com client.
userCredential
Type: System.NetNetworkCredential
The Data.com user credentials.
See Also