Click or drag to resize

ContactSearchRequest Class

Encapsulates search parameters for performing extended contact search.
Inheritance Hierarchy
SystemObject
  Avaya.ClientServicesContactSearchRequest

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public class ContactSearchRequest

The ContactSearchRequest type exposes the following members.

Constructors
  NameDescription
Public methodContactSearchRequest(String, String, String)
Constructor of ContactSearchRequest object with default number of results. The maximum number of results to return is 50. The number of results to return in each update from the server is 10. At least one search string should be filled in. It is permissible to pass null or empty string into search strings. Validation on parameters will be performed.
Public methodContactSearchRequest(String, String, String, Int32, Int32)
Constructor of ContactSearchRequest object. At least one search string should be filled in. It is permissible to pass null or empty string into search strings. Validation on parameters will be performed.
Top
Properties
  NameDescription
Public propertyDepartmentSearchString
The search string, department.
Public propertyLocationSearchString
The search string, location.
Public propertyMaxChunkSize
The number of results to return in each update from the server.
Public propertyMaxResults
The maximum number of results to return.
Public propertyNameSearchString
The search string, name.
Top
Fields
See Also