Click or drag to resize
SearchIndexInfoIndexStatus Property
Gets or sets index status.

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

Property Value

Type: IndexStatusEnum
Remarks
This property is backed by a database column. Use it for indexes whose storage is shared by all web farm servers (e.g. index on shared file system storage or external index - Azure).
See Also