renamefolder

You can use the rename command to rename folder definitions.

Overview

The maximum length for the full folder path which is the name including the path to the parent folder is 1000 characters.
Important: To run this command, you must have DELETE and ADD access to the target folder.

Syntax and command line options

You can run the command as follows:
ocli model renamefolder | rnf previousname newname
where,
  • previous name specifies the target folder name.
  • newname: Specifies the new folder name.

Example

  1. Run the following command to rename the RTF1 folder in the root to RTF2:
    ocli model rename /RTF1 /RTF2