Click or drag to resize
ContactIdentity Class
Represents a contact identity.
Inheritance Hierarchy
SystemObject
  CMS.DataComContactIdentity

Namespace: CMS.DataCom
Assembly: CMS.DataCom (in CMS.DataCom.dll) Version: 9.0.0
Syntax
C#
public sealed class ContactIdentity

The ContactIdentity type exposes the following members.

Constructors
  NameDescription
Public methodContactIdentity
Top
Properties
  NameDescription
Public propertyCompanyName
Gets or sets the name of the contact's company.
Public propertyEmail
Gets or sets the e-mail address of a contact.
Public propertyFirstName
Gets or sets the first name of a contact.
Public propertyLastName
Gets or sets the last name of a contact.
Top
Methods
  NameDescription
Public methodCreateFilter
Creates a filter based on this contact identity, and returns it.
Public methodEqualsInExistingProperties
Returns true if ContactIdentities match in all its fields.
Top
Operators
Remarks
A contact identity is a set of properties that are used for searching a matching record in Data.com business directory.
See Also