SearchHelperDelete Method (String, String, SearchIndexInfo) |
Remove document(s) with dependence on field name and field value for specified index.
Namespace: CMS.SearchAssembly: CMS.Search (in CMS.Search.dll) Version: 13.0.131
Syntax public static void Delete(
string fieldName,
string value,
SearchIndexInfo indexInfo
)
Parameters
- fieldName
- Type: SystemString
Field name - value
- Type: SystemString
Field value - indexInfo
- Type: CMS.SearchSearchIndexInfo
Search index
See Also