Programmer's Guide > Interfaces > CMSObject interface > save method
  
save method
Saves a CMS object without checking it in (interim save). The object remains checked out.
Some adapters may support the saving of attributes for objects which are not checked out. See the CMS_SAVE_OBJECT_ATTR enumerated constant.
save(flags )
Parameters
intflags
Specifies how to save the object. The value is determined through a bit-wise OR of the CMSSaveFlags constants.
Returns
void
Throws
CMSException
If an error occurs.