File.CheckIn method

Checks the file in to a document library based on the check-in type.

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public Sub CheckIn ( _
    comment As String, _
    checkInType As CheckinType _
)
'Usage
Dim instance As File
Dim comment As String
Dim checkInType As CheckinType

instance.CheckIn(comment, checkInType)
public void CheckIn(
    string comment,
    CheckinType checkInType
)

Parameters

  • comment
    Type: System.String

    Specifies a comment for the check-in.

    Its length must be equal to or less than 1023.

Exceptions

Exception Condition
[Microsoft.SharePoint.SPFileCheckOutException]

File is not checked out. Error code: -2147024738.

[System.UnauthorizedAccessException]

The current user has insufficient permissions. Error code: -2147024891.

See also

Reference

File class

File members

Microsoft.SharePoint.Client namespace