11-09-2009 09:17 AM
11-10-2009 05:26 AM
node.createVersion("",true);
node.properties.xxx = "xx";
node.properties.yyy = "yy";
…
node.save();
résolution :
node.properties.xxx = "xx";
node.properties.yyy = "yy";
…
node.save();
//création de la version sur le node sauvegardé.
//le noeud qui est desormais référencé est celui correspondant a celui tagué par la version
node.createVersion("",true);
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.