ContactServiceChangeSearchContactsRequest Method |
Note: This API is now obsolete.
Change the search contacts request with a given new query string. All other parameters are immutable.
Namespace:
Avaya.ClientServices
Assembly:
AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax[ObsoleteAttribute("THIS METHOD WILL BE REMOVED IN RELEASE VERSION 3.3. This method is deprecated.")]
public void ChangeSearchContactsRequest(
SearchContactsWatcher watcher,
string newSearchString
)
Parameters
- watcher
- Type: Avaya.ClientServicesSearchContactsWatcher
The existing data retrieval watcher that was create by previous
ContactService.SearchContacts(SearchContactsWatcher ^,System::String ^,SearchScopeType,SearchSourceType,uint32_t,uint32_t) method call. - newSearchString
- Type: SystemString
The new search string.
See Also