10-07-2013 08:59 PM
10-08-2013 02:01 PM
10-09-2013 04:59 PM
10-09-2013 07:31 PM
10-10-2013 01:55 AM
workingCopy.properties.content.write(tempNode.properties.content);
var workingCopy;
var tempNode = node.transformDocument("application/pdf", tempDest);
workingCopy = oldNode.checkout();
//workingCopy.content = tempNode.content;
workingCopy.properties.content.write(tempNode.properties.content);
workingCopy.checkin("Review acceptance, updated to new ver");
10-14-2013 05:41 PM
10-16-2013 12:47 AM
workingCopy.checkin("Review acceptance, updated to new ver" , true);
//checkin with major version incrementTags
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.