DataComHelperCreateClient Method |
Creates and initializes a new instance of the Data.com client.
Namespace: CMS.DataComAssembly: CMS.DataCom (in CMS.DataCom.dll) Version: 8.2.23
Syntax public static DataComClient CreateClient(
ITokenProvider tokenProvider = null
)
Parameters
- tokenProvider (Optional)
- Type: CMS.DataComITokenProvider
Token provider to use. Please provide custom implementation
Return Value
Type:
DataComClientA new instance of the Data.com client
Remarks Custom implementation of ITokenProvider is required.
See Also