Click or drag to resize
CompanyProvider 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: 9.0.0
Syntax
C#
public CompanyProvider(
	DataComClient client
)

Parameters

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