| IDataComClientGetCompanyStructure Method  | 
            Searches Data.com for a company with the specified identifier and returns its organizational structure.
            
 
Namespace: CMS.DataComAssembly: CMS.DataCom (in CMS.DataCom.dll) Version: 8.2.23
SyntaxCompanyStructure GetCompanyStructure(
	long companyId
)
Parameters
- companyId
 - Type: SystemInt64
The identifier of a company in Data.com. 
Return Value
Type: 
CompanyStructureThe organizational structure of the company with the specified identifier, if the company is found; otherwise, null.
See Also