08-23-2016 10:42 AM
$id = 'a5981f42-c2b8-4ddf-864b-d1bdea0f2ec3';
$parent = $cmis_repo->getFolderParent($id);
var_dump($parent); //cmis:name = "OLD_NAME"
$prop2 = array();
$prop2['cmis:name'] = "NEW_NAME";
$ole = $cmis_repo->updateProperties($parent->id, $prop2);
var_dump($ole); // the cmis:name continues "OLD_NAME"…
03-03-2017 07:42 PM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.