Search Results for

    Show / Hide Table of Contents

    Enum CheckinType

    Specifies the type of check-in for a file. (see https://docs.microsoft.com/en-us/previous-versions/office/sharepoint-server/ee542953(v=office.15) )

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

    MajorCheckIn

    Enumeration whose values are incremented as a major version. The value = 1.

    MinorCheckIn

    Enumeration whose values are incremented as minor version. The value = 0.

    OverwriteCheckIn

    Enumeration whose values overwrite the file. The value = 2.

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