Click or drag to resize

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

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

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.
maxResults
Type: SystemInt32
The maximum number of results to return.
maxChunkSize
Type: SystemInt32
The number of results to return in each update from the server.
See Also