08-23-2016 07:22 AM
$test = new CMISService($repo_url, $repo_username, $repo_password);
$id = 'ddb6eabd-a862-4e6b-9251-32b6e73300d7'; //existing objectId of the document that his name now is PRUEBAS.
$obj = $test->updateProperties($id, array('cmis:name' => 'PRUEBAS_MODIFIED'));
var_dump($cmis_repo->getObject($obj->id)); // I see that cmis:name continue PRUEBAS instead of PRUEBAS_MODIFIED ¿why?
03-03-2017 07:44 PM
I just posted an answer con SO:
Update cmis:name of object (document) with Apache Chemistry Php Library - Stack Overflow
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.