File.CheckIn - Méthode
Checks the file in to a document library based on the check-in type.
Espace de noms : Microsoft.SharePoint.Client
Assemblys : Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)
Syntaxe
'Déclaration
Public Sub CheckIn ( _
comment As String, _
checkInType As CheckinType _
)
'Utilisation
Dim instance As File
Dim comment As String
Dim checkInType As CheckinType
instance.CheckIn(comment, checkInType)
public void CheckIn(
string comment,
CheckinType checkInType
)
Paramètres
comment
Type : System.StringSpecifies a comment for the check-in.
Its length must be equal to or less than 1023.
checkInType
Type : Microsoft.SharePoint.Client.CheckinTypeSpecifies the type of check-in.
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. |