CheckInDocument
Checks in a document to SharePoint and releases the lock on the document.
Input
| Name | Type | Description |
| File | String | The path of the file you are using to overwrite the document on SharePoint with. For example: C:\myfolder\myfile.txt. |
| Library | String | The name of the library on the SharePoint server. For example: Shared Documents. |
| Comment | String | A comment to leave when checking the file in. |
| RemoteFile | String | The path of the file on the server. This can be the full URL or simply the file name. |
Result Set Columns
| Name | Type | Description |
| Result | String | Boolean value indicating whether the operation was successful. |