Click or drag to resize
ContactFilter Class
Represents a contact filter.
Inheritance Hierarchy

Namespace: CMS.DataCom
Assembly: CMS.DataCom (in CMS.DataCom.dll) Version: 9.0.0
Syntax
C#
[SerializableAttribute]
public class ContactFilter : Filter

The ContactFilter type exposes the following members.

Constructors
  NameDescription
Public methodContactFilter
Initializes a new instance of the ContactFilter class.
Top
Properties
  NameDescription
Public propertyAreaCode
Gets or sets the list of area codes.
(Inherited from Filter.)
Public propertyCompanyId
Gets or sets the identifier of a contact.
Public propertyCompanyName
Gets or sets the company name search pattern.
Public propertyCountry
Gets or sets the list of country names.
(Inherited from Filter.)
Public propertyDepartment
Gets or sets the list of departments.
Public propertyEmail
Gets or sets the e-mail address.
Public propertyFirstName
Gets or sets the first name search pattern.
Public propertyIncludeGraveyard
Gets or sets the value indicating whether the search should include inactive contacts.
(Inherited from Filter.)
Public propertyLastName
Gets or sets the last name search pattern.
Public propertyLevel
Gets or sets the list of organizational levels.
Public propertyMetroArea
Gets or sets the list of metro area names.
(Inherited from Filter.)
Public propertyState
Gets or sets the list of state abbreviations.
(Inherited from Filter.)
Public propertyTitle
Gets or sets the title search pattern.
Public propertyZipCode
Gets or sets the list of zip codes.
(Inherited from Filter.)
Top
See Also