You are here

function cmisapi_getRenditions in CMIS API 6.3

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

File

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

Code

function cmisapi_getRenditions($repositoryId, $objectId, $options = array(
  'renditionFilter' => "*",
)) {
  return cmis_vendor_invoke('getProperties', $repositoryId, $objectId, $options);
}