Table of Contents

Enum FieldIndexStatus

Namespace
PnP.Core.Model.SharePoint
Assembly
PnP.Core.dll

Describes whether a field is indexed, and whether the data in the index is complete

public enum FieldIndexStatus

Fields

Disabling = 3

The field index definition has been deleted, but its data is in the process of being removed.

Enabling = 2

The field index definition has been created, but its data is in the process of being populated.

Indexed = 1

The field is indexed.

None = 0

The field is not indexed.