Click or drag to resize
IDataComClientGetCompany Method
Searches Data.com for a company with the specified identifier and returns the result.

Namespace: CMS.DataCom
Assembly: CMS.DataCom (in CMS.DataCom.dll) Version: 8.2.23
Syntax
C#
Company GetCompany(
	long companyId
)

Parameters

companyId
Type: SystemInt64
The identifier of a company in Data.com.

Return Value

Type: Company
The company with the specified identifier, if the company is found; otherwise, null.
See Also