SearchServiceManagerDeleteIndexIfExists Method |
Deletes an Azure Search index if it exists.
Namespace: CMS.Search.AzureAssembly: CMS.Search.Azure (in CMS.Search.Azure.dll) Version: 12.0.0
Syntax public void DeleteIndexIfExists(
string indexName
)
Parameters
- indexName
- Type: SystemString
Name of index to be deleted.
See Also