Click or drag to resize
CompanySearchResultProvider Constructor
Initializes a new instance of the CompanyProvider class with the specified Data.com client.

Namespace: CMS.DataCom
Assembly: CMS.DataCom (in CMS.DataCom.dll) Version: 8.2.23
Syntax
C#
public CompanySearchResultProvider(
	DataComClient client
)

Parameters

client
Type: CMS.DataComDataComClient
The Data.com client.
See Also