09-22-2009 03:43 PM
function addCategory(newCat) {
var tags = search.luceneSearch("PATH:\"/cm:generalclassifiable//cm:Tags\"")[0];
var newCategory = categoryService.createCategory(tags, newCat);
return newCategory;
}
Where Tags is the category under which I want to create the new category, and newCat is a string with the name of the new category. 09-23-2009 02:42 AM
09-23-2009 06:55 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.