ContactSearchRequest Class |
Namespace: Avaya.ClientServices
public class ContactSearchRequest
The ContactSearchRequest type exposes the following members.
Name | Description | |
---|---|---|
![]() | ContactSearchRequest(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.
|
![]() | ContactSearchRequest(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.
|
Name | Description | |
---|---|---|
![]() | DepartmentSearchString |
The search string, department.
|
![]() | LocationSearchString |
The search string, location.
|
![]() | MaxChunkSize |
The number of results to return in each update from the server.
|
![]() | MaxResults |
The maximum number of results to return.
|
![]() | NameSearchString |
The search string, name.
|
Name | Description | |
---|---|---|
![]() | m_DepartmentSearchString | |
![]() | m_LocationSearchString | |
![]() | m_MaxChunkSize | |
![]() | m_MaxResults | |
![]() | m_NameSearchString |