ISearch.BeginSearch method ¶
Namespace: NextDesign.Core
Description¶
Request to start search.
argument¶
| Name | Type | Description |
|---|---|---|
| name | string | Search Name Since then, this search service will be set to the search name specified here. |
| type | string | Search type After that, the search type set here will be set to the search results added by this search service. |
| append | bool | If you specify an additional search or True is specified, the next search will be started while maintaining the previous search results. False is the default. |
Return value¶
- void