SearchIndexInfoProviderGetIndexStatusInternal 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.SearchAssembly: CMS.Search (in CMS.Search.dll) Version: 13.0.131
Syntax protected virtual IndexStatusEnum GetIndexStatusInternal(
SearchIndexInfo indexInfo
)
Parameters
- indexInfo
- Type: CMS.SearchSearchIndexInfo
Search index info whose status to get.
Return Value
Type:
IndexStatusEnumGets status of given search index info.
See Also