SearchResultItemCollectionAddItemFromId Method
Add an item to the list based on the Id of an item.
Namespace: Mythicsoft.Search.CoreAssembly: Mythicsoft.Search.Core (in Mythicsoft.Search.Core.dll) Version: 9.3.830.1
public SearchResultItem AddItemFromId(
string strId
)
public:
SearchResultItem^ AddItemFromId(
String^ strId
)
- strId String
- The id of an item.
SearchResultItemThe newly added item.
The Id for the item can be obtained using the
Id property.