Click or drag to resize
DataComHelperCreateContactProvider Method
Creates an object that provides access to Data.com contacts, and returns it.

Namespace: CMS.DataCom
Assembly: CMS.DataCom (in CMS.DataCom.dll) Version: 9.0.0
Syntax
C#
public static IContactProvider CreateContactProvider(
	DataComClient client,
	NetworkCredential credential = null
)

Parameters

client
Type: CMS.DataComDataComClient
The Data.com client
credential (Optional)
Type: System.NetNetworkCredential
Credentials for which the provider should make requests. Authenticated user if left null

Return Value

Type: IContactProvider
An object that provides access to Data.com contacts, and returns it
See Also