| DataComHelperCreateCompanyFinder Method  | 
            Creates and initializes a new instance of the company finder with the search patterns and the specified Data.com service.
            
 
Namespace: CMS.DataComAssembly: CMS.DataCom (in CMS.DataCom.dll) Version: 8.2.23
Syntaxpublic static CompanyFinder CreateCompanyFinder(
	ICompanyProvider provider
)
Parameters
- provider
 - Type: CMS.DataComICompanyProvider
An object that provider access to Data.com contacts 
Return Value
Type: 
CompanyFinderA new instance of the company finder initialized with the search patterns and the specified Data.com service
See Also