IAdmCopyMoveAction2

The IAdmCopyMoveAction2 interface extends the IAdmCopyMoveAction interface.

Inheritance: IUnknown

Properties

  • Property

  • Description

  • TargetContainerDnTemplate

  • Gets or sets a string containing a template for the distinguished name (DN) of the container to which the action will copy or move directory objects.

Details

TargetContainerDnTemplate

Gets or sets a string containing a template for the distinguished name (DN) of the container to which the action will copy or move directory objects.

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

Remarks

You can use value references in the template (e.g. %company%, %department%, %adm-InitiatorParentDN%). After value references are resolved, the string must be a valid distinguished name of a container or organizational unit.

When this property is set, the IAdmCopyMoveAction::TargetContainer property is automatically set to null.


Requirements

Minimum required version: 2013.2

See also