DeleteDocument
Deletes a Document from the SharePoint document library.
Input
Name | Type | Required | Description |
RelativePath | String | True | The path of the document you want to delete, relative to the value specified in the URL connection property. For example: '/Shared Documents/My Folder/My Document.txt'. |
Permanently | String | False | If True, deletes the document permanently. Otherwise, the 本製品 moves the document to the recycle bin.
デフォルト値はfalseです。 |
Result Set Columns
Name | Type | Description |
Success | Boolean | Indicates whether the operation was successful. |
ErrorCode | Integer | When this procedure is not executed successfully, this output displays the error code associated with the failed execution. |
ErrorMessage | String | When this procedure is not executed successfully, this output displays the error message associated with the failed execution. |