01-08-2010 04:04 AM
01-08-2010 04:33 AM
try
{
// Get the "webpreview" thumbnail
var thumbnail = document.getThumbnail("webpreview");
if (thumbnail == null || thumbnail.size == 0)
{
// Remove broken thumbnail
if (thumbnail != null)
{
thumbnail.remove();
}
//Create the "webpreview" thumbnail
document.createThumbnail("webpreview", true);
}
}
catch(exception)
{
throw exception;
}
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.