06-06-2011 01:32 PM
06-08-2011 05:34 AM
06-08-2011 03:14 PM
Whats the problem at removing a tag?How do you do it?
08-01-2011 07:56 AM
$Node->cm_tags = array("tag1","tag2");
$nodeId = "0000-00000-0000-000"; // or $Node->getId();
$Tags = array("tag1","tag2");
$RestTags = new RESTTags($repository,$spacesStore,$session);
$RestTags->AddNodeTags($nodeId,$Tags);
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.