ISearch.BeginSearch method
Namespace: NextDesign.Core
Description
Request to start search.
argument
Name | Type | Description |
---|---|---|
name | string | Search name From now on, this search service will set the search name you specify here. |
type | string | Search type From now on, the search type set here will be set for the search results added by this search service. |
append | bool | Append search or If True, start the next search while keeping the previous search result. The default value is False. |
Return value
- void