Click or drag to resize
SearchServiceManagerGetIndex Method
Gets index from Azure Search service.

Namespace: CMS.Search.Azure
Assembly: CMS.Search.Azure (in CMS.Search.Azure.dll) Version: 13.0.131
Syntax
C#
public Index GetIndex(
	string indexName
)

Parameters

indexName
Type: SystemString
Name of index to be retrieved. The name must meet the service's requirements (e.g. lowercase string, no starting or trailing dash).

Return Value

Type: Index
See Also