Click or drag to resize
Filter Class
Represents a filter base.
Inheritance Hierarchy

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

The Filter type exposes the following members.

Constructors
  NameDescription
Public methodFilter
Initializes a new instance of the Filter class.
Top
Properties
  NameDescription
Public propertyAreaCode
Gets or sets the list of area codes.
Public propertyCountry
Gets or sets the list of country names.
Public propertyIncludeGraveyard
Gets or sets the value indicating whether the search should include inactive contacts.
Public propertyMetroArea
Gets or sets the list of metro area names.
Public propertyState
Gets or sets the list of state abbreviations.
Public propertyZipCode
Gets or sets the list of zip codes.
Top
See Also