Click or drag to resize
CompanySearchResultProviderGetCompany Method
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.2.23
Syntax
C#
public Company GetCompany(
	long companyIdentifier
)

Parameters

companyIdentifier
Type: SystemInt64
The identifier of a Data.com company.

Return Value

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

Implements

ICompanyProviderGetCompany(Int64)
See Also