You are here

function cmisapi_getDescendants in CMIS API 6.2

Same name and namespace in other branches
  1. 6.4 cmis.api.inc \cmisapi_getDescendants()
  2. 6 cmis.api.inc \cmisapi_getDescendants()
  3. 6.3 cmis.api.inc \cmisapi_getDescendants()
  4. 7.2 cmis.api.inc \cmisapi_getDescendants()
  5. 7 cmis.api.inc \cmisapi_getDescendants()

File

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

Code

function cmisapi_getDescendants($repositoryId, $folderId) {
  return cmis_vendor_invoke('getDescendants', $repositoryId, $folderId);
}