XMPData_DuplicateSubtree¶
Duplicate a subtree from one XMP data object into another.
XMPData_DuplicateSubtree(srcDataRef;srcRootPath;dstDataRef;dstRootPath) ➔ success
→ | srcDataRef |
Text | The source XMP data reference. |
→ | srcRootPath |
Text | The source subtree root path. |
→ | dstDataRef |
Text | The destination XMP data reference. |
→ | dstRootPath |
Text | The destination subtree root path |
↩︎ | success |
Longint | Completion status: 1 on success, 0 otherwise. |
Duplicate from one XMP data object into another.
Parameter srcDataRef
is the reference to the source XMP data object,
and parameter srcRootPath
is the full path of the source subtree root.
Parameter dstDataRef
is the reference to the destination XMP data object.
This can be the same as the source reference (srcDataRef
), in which
case dstRootPath
cannot be the same as srcRootPath
.
Parameter dstRootPath
is the full path of the destination subtree root.
If omitted or set to an empty string, it defaults to srcRootPath
.