Click or drag to resize
SearchHelperDelete Method (String, ICollection, SearchIndexInfo)
Remove document(s) with dependence on field name and field value collection for specified index.

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 9.0.0
Syntax
C#
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