IAdmRestoreDeletedObjectAction

The IAdmRestoreDeletedObjectAction interface represents the Restore deleted object action.

Inheritance: IAdmAction

Properties

  • Property

  • Description

  • TargetContainer

  • Gets or sets the container in which to restore an object.

  • NewName

  • Gets or sets the relative distinguished name (RDN) of the restored object within the container.

  • RestoreChildObjects

  • Gets or sets a value indicating whether the object should be restored along with its child objects.

Details

TargetContainer

Gets or sets the container in which to restore an object.


NewName

Gets or sets the relative distinguished name (RDN) of the restored object within the container.

  • Type:
  • string
  • Access:
  • Read/Write

Remarks

If set to null the object will have the same name as before it was deleted.


RestoreChildObjects

Gets or sets a value indicating whether the object should be restored along with its child objects.

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

Requirements

Minimum required version: 2018.1

See also