Click or drag to resize
SearchIndexInfoProviderGetIndexStatus Method
Gets status of indexInfo. The method gets IndexStatus or IndexStatusLocal based on the following criteria. For shared storage file system based indexes or Azure indexes, the first property is gotten. For local storage file system based indexes, the latter one is gotten.

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 12.0.0
Syntax
C#
public static IndexStatusEnum GetIndexStatus(
	SearchIndexInfo indexInfo
)

Parameters

indexInfo
Type: CMS.SearchSearchIndexInfo
Search index info whose status to get.

Return Value

Type: IndexStatusEnum
Gets status of given search index info.
See Also