IAdmCopyMoveAction

The IAdmCopyMoveAction interface represents either the Copy the object or the Move the 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 automatically set to null.


NewName

Gets or sets a new name for the object. If set to null, the object name is preserved as is when the object copied or moved.

  • 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