Searches for a contact in Data.com that matches the specified identity.
Namespace: CMS.DataComAssembly: CMS.DataCom (in CMS.DataCom.dll) Version: 8.2.23
Syntax public Contact Find(
ContactIdentity identity
)
Parameters
- identity
- Type: CMS.DataComContactIdentity
The contact identity.
Return Value
Type:
ContactA contact that matches the specified identity, if only one is found; otherwise, null.
See Also