DiscardCheckOutDocument
Cancels a document checkout, discarding any changes made while it was checked out. Helps in preventing unintended modifications.
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 for which the checkout will be discarded. Ensures the correct document is processed. |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | Indicates whether the discard check-out operation was successful. Returns 'true' for success and 'false' for failure. |