Searches for a company in Data.com that matches the specified identity.
Namespace: CMS.DataComAssembly: CMS.DataCom (in CMS.DataCom.dll) Version: 8.2.23
Syntax 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:
CompanyA company that matches the specified identity, if only one is found; otherwise, null.
See Also