Removes the specified containee from this folder. This does not delete the containee object from the object store.

You then need to call the Save method on the returned ReferentialContainmentRelationship object. This method is equivalent to getting the ReferentialContainmentRelationship object (returned) and deleting it.

Overload List

  Name Description
Public method Unfile (IIndependentlyPersistableObject) Removes the specified containee from this folder. This does not delete the containee object from the object store.

You then need to call the Save method on the returned ReferentialContainmentRelationship object. This method is equivalent to getting the ReferentialContainmentRelationship object (returned) and deleting it.

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

See Also