Click or drag to resize
SearchIndexInfoIndexStatusLocal Property
Gets or sets local index status.

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 12.0.0
Syntax
C#
public IndexStatusEnum IndexStatusLocal { get; }

Property Value

Type: IndexStatusEnum
Remarks
This property is in-memory only. Use it for indexes whose storage belongs to current application process (e.g. local storage file based index on a web farm server, where each server maintains their own local index status).
See Also