ToggleOverload List

Type NameDescription
Public methodUnfile(IIndependentlyPersistableObject)
Removes the specified containee from this folder. This does not delete the containee object from the object store.

The method returns a IReferentialContainmentRelationship (RCR) object. You must call the Save method on the returned RCR. This method is equivalent to getting the IReferentialContainmentRelationship object and deleting it.

A IUnFileEvent is triggered by the deletion of a RCR object. The source object of the event is the IFolder object on which the Unfile method was invoked.

Public methodUnfile(String)
Unfile the object using a path specification

ToggleSee Also