You are here

function cmisapi_getFolderTree in CMIS API 7.2

Same name and namespace in other branches
  1. 6.4 cmis.api.inc \cmisapi_getFolderTree()
  2. 6.3 cmis.api.inc \cmisapi_getFolderTree()
  3. 7 cmis.api.inc \cmisapi_getFolderTree()

File

./cmis.api.inc, line 39
CMIS 0.5 client implementation

Code

function cmisapi_getFolderTree($repositoryId, $folderId, $depth, $options = array()) {
  return cmis_vendor_invoke('getFolderTree', $repositoryId, $folderId, $depth, $options);
}