CheckOutDocument
Checks out a document from a SharePoint library, preventing others from modifying it until checked in. Useful for avoiding conflicts when multiple users are editing a file.
Input
| Name | Type | Required | Description |
| RelativeURL | String | True | The server-relative URL of the folder containing the document. Helps locate the document within the SharePoint site. |
| DocumentName | String | True | The name of the file to be checked out. Ensures the correct document is locked for editing. |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | Indicates whether the document check-out operation was successful. Returns 'true' for success and 'false' for failure. |