02-08-2010 06:41 PM
contentNode = search.findNode(nodeId);
if (contentNode != null) {
contentNode.addAspect("fm:discussable"); //add discussable aspect
forumNode = parentNode.createNode("discussion", "fm:forum", "fm:discussion"); //creates the forum node with name "discussion" and type "fm:forum"
}02-08-2010 07:26 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.