Click or drag to resize

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

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public ContactSearchRequest(
	string nameSearchString,
	string locationSearchString,
	string departmentSearchString
)

Parameters

nameSearchString
Type: SystemString
The search string, name. It could contain words split by space i.e. first name, last name, display name, up to 4 words will be searched.
locationSearchString
Type: SystemString
The search string, location.
departmentSearchString
Type: SystemString
The search string, department.
See Also