DeleteAll():Void

Deletes all data objects of the collection.

This method recursively deletes all data objects of the collection. The current data object, which is assigned to this collection, remains however.

If data objects to be deleted are checked out by other users, then the exception DataObjectCheckedOutException is triggered and the entire deletion process is aborted or rolled back.

Return type: System.Void