Click or drag to resize
CompanyFinder Constructor
Initializes a new instance of the CompanyFinder class with the specified provider.

Namespace: CMS.DataCom
Assembly: CMS.DataCom (in CMS.DataCom.dll) Version: 9.0.0
Syntax
C#
public CompanyFinder(
	ICompanyProvider provider
)

Parameters

provider
Type: CMS.DataComICompanyProvider
An object that provides access to Data.com companies.
See Also