DataComHelper CreateClient Method Kentico 8.1 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.1.5347.20411)

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