This method deletes the Repository object from the Repository. Any relationships that connect the object to other objects are deleted. If the Repository object is an origin object of a relationship collection, and the relationship type indicates that deletes are to be propagated, all of the destination objects are also deleted.
Call object.Delete
The Delete method syntax has the following parts.
Part | Description |
object | An object expression that evaluates to a RepositoryObject object. |