You are here

function CMISService::deleteTree in CMIS API 7

Same name and namespace in other branches
  1. 6.4 cmis_common/lib/cmis_repository_wrapper.php \CMISService::deleteTree()
  2. 6.3 cmis_common/lib/cmis_repository_wrapper.php \CMISService::deleteTree()

File

cmis_common/lib/cmis_repository_wrapper.php, line 937

Class

CMISService

Code

function deleteTree() {

  // Nice to have
  throw Exception("Not Implemented");
}