DataComClient GetCompanyStructure Method Kentico 8.0 API Reference
Searches Data.com for a company with the specified identifier and returns its organizational structure.

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

Parameters

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

Return Value

Type: CompanyStructure
The organizational structure of the company with the specified identifier, if the company is found; otherwise, null.
See Also