DataComHelper CreateClient Method Kentico 8.0 API Reference
Creates and initializes a new instance of the Data.com client.

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

Parameters

tokenProvider (Optional)
Type: CMS.DataCom ITokenProvider
Token provider to use. Please provide custom implementation

Return Value

Type: DataComClient
A new instance of the Data.com client
Remarks

Custom implementation of ITokenProvider is required.
See Also