12-17-2013 09:51 AM
$name = 2013;
$nodes = $session->query($spacesStore, "PATH:\"app:company_home/st:sites/cm:foo/cm:documentLibrary/cm:bar\"");
$contentNode = $nodes[0];
$newSpace = $contentNode->createChild('cm_folder','cm_contains',$name);
$newSpace->cm_name = $name;
$newSpace->cm_description = 'Description of Space';
$newSpace->cm_title = 'test';
$session->save();
$year = 2013;
$nodes = $session->query($spacesStore, "PATH:\"app:company_home/st:sites/cm:foo/cm:documentLibrary/cm:bar/".$year."\"");
$contentNode = $nodes[0];
/app:company_home/st:sites/cm:foo/cm:documentLibrary/cm:bar/_x0032_013
/app:company_home/st:sites/cm:foo/cm:documentLibrary/cm:bar/cm:_x0032_013
02-05-2014 02:16 AM
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.