CheckInDocument
Checks in a specific document to the document library.
Input
| Name | Type | Required | Description |
| RelativeURL | String | True | The relative URL of the folder. |
| DocumentName | String | True | The name of the file to be checked in. |
| Comment | String | False | An optional message while checking in a document. |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | Indicates whether the operation was successful or not. |