8586878889909192939495
throws SiteTreeException { SiteTree tree = null; try { tree = getPublication().getTree(area); tree.deleteNode(documentid); tree.save(); } catch (Exception e) { throw new SiteTreeException(e); } }
8687888990919293949596