DataComHelper CreateContactProvider Method Kentico 8.0 API Reference
Creates an object that provides access to Data.com contacts, and returns it.

Namespace: CMS.DataCom
Assembly: CMS.DataCom (in CMS.DataCom.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

client
Type: CMS.DataCom DataComClient
The Data.com client
credential (Optional)
Type: OnlineSystem.Net NetworkCredential
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