Search Results for

    Show / Hide Table of Contents

    Enum CheckOutType

    Enumeration that describes the different checkout states of a file, independent of the lock state of the file. (e.g. https://docs.microsoft.com/en-us/previous-versions/office/sharepoint-server/ee538918(v=office.15))

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

    None

    The file is not checked out.

    Offline

    The file is checked out for editing on the local computer.

    Online

    The file is checked out for editing on the server.

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