File.CheckIn Method

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

Namespace:  Microsoft.SharePoint.Client
Assemblies:   Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
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)
[RemoteAttribute]
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