Programmer's Guide > Interfaces > CMSObject interface > releaseReference method
  
releaseReference method
Releases this reference to the underlying repository object. After this call, most methods on this object will throw a CMSException with a code value of INVALID_CMSOBJECT_ERR. However, the valid attribute is always safe to access and will return false in this case.
releaseReference( )
Parameters
None
Returns
void