Click or drag to resize
SearchHelperDelete Method (String, String, SearchIndexInfo)
Remove document(s) with dependence on field name and field value 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,
	string value,
	SearchIndexInfo indexInfo
)

Parameters

fieldName
Type: SystemString
Field name
value
Type: SystemString
Field value
indexInfo
Type: CMS.SearchSearchIndexInfo
Search index
See Also