CompanyFinder Constructor |
Initializes a new instance of the CompanyFinder class with the specified provider.
Namespace: CMS.DataComAssembly: CMS.DataCom (in CMS.DataCom.dll) Version: 8.2.23
Syntax public CompanyFinder(
ICompanyProvider provider
)
Parameters
- provider
- Type: CMS.DataComICompanyProvider
An object that provides access to Data.com companies.
See Also