Click or drag to resize
DataComHelperCreateClient Method
Creates and initializes a new instance of the Data.com client.

Namespace: CMS.DataCom
Assembly: CMS.DataCom (in CMS.DataCom.dll) Version: 9.0.0
Syntax
C#
public static DataComClient CreateClient(
	ITokenProvider tokenProvider = null
)

Parameters

tokenProvider (Optional)
Type: CMS.DataComITokenProvider
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