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