UpdateDocumentState
Update the state of a document.
Execute
EXEC UpdateDocumentState DocumentId='15512', State='Unused'
Input
| Name | Type | Required | Description |
| DocumentID | String | True | The identifier of the document. |
| State | String | True | The new state of the document. |
Result Set Columns
| Name | Type | Description |
| Message | String | The message returned from the server. |
| Success | Boolean | Boolean indicating if the procedure was executed successfully. If false, the output parameter 'Details' will contain the failure details. |
| Details | String | Details of execution failure. NULL if success=true. |