CompanyProvider GetCompany Method Kentico 8.1 API Reference
Searches Data.com for a company with the specified identifier, and returns it.

Namespace: CMS.DataCom
Assembly: CMS.DataCom (in CMS.DataCom.dll) Version: 8.0.0.0 (8.1.5347.20411)

Parameters

companyIdentifier
Type: OnlineSystem Int64
The identifier of a Data.com company.

Return Value

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