IAdmCopyMoveAction

The IAdmCopyMoveAction interface represents either the Copy object or the Move object action.

Inheritance: IAdmAction

Properties

  • Property

  • Description

  • TargetContainer

  • Gets or sets the container or organizational unit to which the action will copy or move directory objects.

  • NewName

  • Gets or sets a new name for the object.

  • Move

  • Gets or sets a value indicating whether the object should be moved.

Details

TargetContainer

Gets or sets the container or organizational unit to which the action will copy or move directory objects.

Remarks

When this property is set, the IAdmCopyMoveAction2::TargetContainerDnTemplate property is set to null.


NewName

Gets or sets a new name for the object. If not set to null, the object is renamed during copying or moving.

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

Move

Gets or sets a value indicating whether the object should be moved.

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

Requirements

Minimum required version: 2009.1

See also