public void MoveFolder( ContentMetadata folder, ContentMetadata target, System.bool updatePermissions )
Parameters
- folder
- A ContentMetadata object representing the folder to rename.
- target
- A ContentMetadata object representing the target/destination.
- updatePermissions
True if the access flags of the target should be applied to the original folder (same as clicking the Apply New Permissions button in the user interface dialog below), or False if they should not (same as clicking Keep Existing Permissions button in the user interface dialog below).