Delete Folder

 

The deletion of a Folder from the System is a two-step process.

 

Step 1.Delete folder and Logical Deletion of the documents in the folder from document cabinet– JTS API provides a call - NGODeleteFolder, for deletion of folder and logical deletion of its document(s). This call returns the ISIndex (Image Index and Volume Index) for all documents, which have been successfully and logically deleted, from the document Document cabinetCabinet.

 

View call Details for deleting folder from Document Cabinet

 

Step 2. Delete Document data from the Image Server (Physical Deletion) -Using the ISIndex; returned by NGODeleteFolder call, the documents can be deleted physically using the DeleteDocument function of the Image Server API.

 

View function Details for deleting document from Image Server