do-move-src-object

The <do-move-src-object> action causes an object in the source datastore to be moved. If two arguments are provided then the object identified by the first argument will be moved to the container identified by the second argument. If only a single argument is provided then the current object will be moved to the container identified by the single argument.

Example

<do-move-src-object>
  <arg-dn>
    <token-text>Users/Active/FredFlintstone</token-text>
  </arg-dn>
  <arg-dn>
    <token-text>Users/InActive</token-text>
  </arg-dn>
</do-move-src-object>

1. Allowed Content

arg-dn
DN argument
arg-association
association argument

2. Attributes

AttributeValue(s)Default Value
disabled true   |  false
true if this element is disabled
false
notrace true   |  false
false

3. Content Rule

(( arg-dn | arg-association ) ? , ( arg-dn | arg-association ) )

4. Parent Elements

actions
  actions that are performed by a <rule>
arg-actions
  actions argument

Top Elements || All Elements || Tree


DirXMLScript DTD