Version: 2021.1

SearchItemConstructor

切换到手册
public SearchItem (string _id);

参数

_id Unique ID of the SearchItem.

描述

Construct a search item. A search item needs to have at least a unique ID for a given search query.

SearchItem are generally created using the SearchProvider.CreateItem function. See SearchItem for example of items creation.