Unconditionally delete the object if it is not referenced. Unconditionally delete the object if there are no outstanding hyper-references to it. Observers are not notified of the object's deletion (at the SPObject level; XML tree notifications still fire).
Definition at line 303 of file sp-object.h. References SPObject::deleteObject(). { if ( _total_hrefcount == 0 ) { deleteObject(false); } }
|