| DataComHelperCreateCompanyProvider Method  | 
            Creates an object that provides access to Data.com companies, and returns it.
            
 
Namespace: CMS.DataComAssembly: CMS.DataCom (in CMS.DataCom.dll) Version: 8.2.23
Syntaxpublic static ICompanyProvider CreateCompanyProvider(
	DataComClient client,
	IDataComConfiguration configuration
)
Parameters
- client
 - Type: CMS.DataComDataComClient
The Data.com client - configuration
 - Type: CMS.DataComIDataComConfiguration
The Data.com integration configuration 
Return Value
Type: 
ICompanyProviderAn object that provides access to Data.com companies, and returns it
See Also