Moving a resource
If a resource needs to be moved, the following code can be used:
registry.move("c1/c2/r3", "c1/c2/r4");
Copying a resource
If a resource needs to be copied, the following code can be used:
registry.copy("c1/c2/r3", "c1/c2/r4");
Related Links
Managing Entries or Content - For more information on moving and copying a resource via the Management Console.
Overview
Content Tools
Activity