SearchResultItemCollectionAddItemFromPath Method
Add an item to the list based on the path of an item.
Namespace: Mythicsoft.Search.CoreAssembly: Mythicsoft.Search.Core (in Mythicsoft.Search.Core.dll) Version: 9.3.830.1
public SearchResultItem AddItemFromPath(
string strPath
)
public:
SearchResultItem^ AddItemFromPath(
String^ strPath
)
- strPath String
- The path to the item, usually a file or folder.
SearchResultItemThe newly added item.