Click or drag to resize
SearchServiceManagerDeleteIndexIfExists Method
Deletes an Azure Search index if it exists.

Namespace: CMS.Search.Azure
Assembly: CMS.Search.Azure (in CMS.Search.Azure.dll) Version: 11.0.0
Syntax
C#
public void DeleteIndexIfExists(
	string indexName
)

Parameters

indexName
Type: SystemString
Name of index to be deleted.
See Also