09-04-2006 09:04 AM
if ( !copy.hasAspect("cm:generalclassifiable") ) {
copy.addAspect("cm:generalclassifiable");
}
copy.name = "someNewName";
copy.save();
copy.name = "someNewName";
if ( !copy.hasAspect("cm:generalclassifiable") ) {
copy.addAspect("cm:generalclassifiable");
}
copy.save();
09-04-2006 11:53 AM
09-04-2006 01:02 PM
09-05-2006 03:34 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.