Home Check in a file into SharePoint 2010 via SOAP Web Services – CheckInFile
Post
Cancel

Check in a file into SharePoint 2010 via SOAP Web Services – CheckInFile

Checking in a a file into Sharepoint using Lists.asmx.

1
2
// Check the file in to sharepoint
lists.CheckInFile(destinationUrl, "Text for the checkin", "1");

A string representation of the values 0, 1 or 2, where 0 = MinorCheckIn, 1 = MajorCheckIn, and 2 = OverwriteCheckIn.

This post is licensed under CC BY 4.0 by the author.