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

Namespace: CMS.DataCom
Assembly: CMS.DataCom (in CMS.DataCom.dll) Version: 8.2.23
Syntax
C#
public Contact Find(
	ContactIdentity identity
)

Parameters

identity
Type: CMS.DataComContactIdentity
The contact identity.

Return Value

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