Click or drag to resize
CompanyFinderFind Method
Searches for a company in Data.com that matches the specified identity.

Namespace: CMS.DataCom
Assembly: CMS.DataCom (in CMS.DataCom.dll) Version: 9.0.0
Syntax
C#
public Company Find(
	CompanyIdentity identity,
	out CompanyFilter filter
)

Parameters

identity
Type: CMS.DataComCompanyIdentity
The company identity.
filter
Type: CMS.DataComCompanyFilter
The first pattern-based filter that matches at least one company.

Return Value

Type: Company
A company that matches the specified identity, if only one is found; otherwise, null.
See Also