Click or drag to resize
SearchServiceManagerDeleteDocuments Method
Deletes documents from the index.

Namespace: CMS.Search.Azure
Assembly: CMS.Search.Azure (in CMS.Search.Azure.dll) Version: 11.0.0
Syntax
C#
public virtual void DeleteDocuments(
	string indexName,
	string keyName,
	IEnumerable<string> keyValues
)

Parameters

indexName
Type: SystemString
Name of the Azure index.
keyName
Type: SystemString
Name of the field by which documents will be deleted.
keyValues
Type: System.Collections.GenericIEnumerableString
Defines for which values in the keyName field, documents will be deleted.
See Also