Click or drag to resize
SearchServiceManagerCreateOrUpdateIndex Method
Creates or updates index in Azure Search.

Namespace: CMS.Search.Azure
Assembly: CMS.Search.Azure (in CMS.Search.Azure.dll) Version: 11.0.0
Syntax
C#
public void CreateOrUpdateIndex(
	Index index
)

Parameters

index
Type: Index
Index to be created or updated. The Name of the index must meet the service's requirements (e.g. lowercase string, no starting or trailing dash).
See Also