IAdmDeleteObjectAction

The IAdmDeleteObjectAction interface represents the Delete object action.

Inheritance: IAdmAction

Properties

  • Property

  • Description

  • DeleteSubtree

  • Gets or sets a value indicating whether an entire subtree should be deleted.

Details

DeleteSubtree

Gets or sets a value indicating whether an entire subtree should be deleted.

  • Type:
  • bool
  • Access:
  • Read/Write

Remarks

If this property is set to false, and the directory object that needs to be deleted contains child objects, the operation will fail.


Requirements

Minimum required version: 2009.1

See also