ContactSearchRequest Constructor |
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.
|