Search Results for

    Show / Hide Table of Contents

    Enum FieldIndexStatus

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

    Namespace: PnP.Core.Model.SharePoint
    Assembly: PnP.Core.dll
    Syntax
    public enum FieldIndexStatus : int

    Disabling

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

    Enabling

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

    Indexed

    The field is indexed.

    None

    The field is not indexed.

    Back to top PnP Core SDK
    Generated by DocFX with Material UI
    spacer