03-18-2009 04:18 PM
05-24-2011 03:02 PM
// remove preview
var thumbnails = updateNode.getThumbnails();
if (thumbnails.length > 0) {
for (i = 0; i < thumbnails.length; i++) {
thumbnails[i].remove();
}
The idea is to clean preview cache objects just after upload new file version.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.