You are here

function cmisapi_getCheckedoutDocuments in CMIS API 6

Same name and namespace in other branches
  1. 6.2 cmis.api.inc \cmisapi_getCheckedoutDocuments()

File

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

Code

function cmisapi_getCheckedoutDocuments($repositoryId, $folderId) {
  return cmis_vendor_invoke('getCheckedoutDocuments', $repositoryId, $folderId);
}