07-02-2008 07:57 AM
if (document.hasPermission("Write"))
{
if (document.mimetype == "text/plain")
{
document.properties["cm:Source"] = "test";
document.save();
}
else if (document.mimetype == "text/html")
{
document.properties["cm:titre"] = "test2";
document.save();
}
}
07-05-2008 07:07 AM
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.