Entering content frame

 Using the Deleted Items Folder with WebDAV HTTP 

Use

As well as accessing the Deleted Items folder when you delete folders or files in the WebDAV Explorer, you can also access it with WebDAV requests.

Procedure

·        When you use the DELETE request, also use the HTTP header
SAPDB_DeletedItems: {F|T}.

¡        If you specify F (False) or if you do not specify the header, then the DELETE request performs the standard action, that is, the folder or file is removed from the document store permanently.

¡        If you specify T (True), then the folder or file is moved from the document store to the Deleted Items folder.

DELETE /folder/ HTTP/1.1
Host: <web_server>
SAPDB_DeletedItems: T

·        You can access the content of the Deleted Items folder with the following WebDAV requests:

¡        GET

¡        PROPFIND

¡        DELETE

¡        COPY

The WebDAV request
DELETE /Deleted Items HTTP/1.1
removes the entire contents of the Deleted Items folder from the document store permanently.

 

Leaving content frame