SearchIndexInfoIndexStatus Property |
Gets or sets index status.
Namespace: CMS.SearchAssembly: CMS.Search (in CMS.Search.dll) Version: 13.0.131
Syntax public virtual IndexStatusEnum IndexStatus { get; set; }
Property Value
Type:
IndexStatusEnumRemarks
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