Set Category
Use this command to change the name or description of a category.
Syntax:
SET CATEGORY CategoryName NAME TO "NewName"
SET CATEGORY CategoryName DESCRIPTION Language TO "Description"
where:
- CategoryName is the name previously given to, or currently being given to, the category.
- NewName is the new name of the category. The following characters are invalid: backslash ( \ ), forward slash ( / ), apostrophe ( ’ ), double quotation marks ( “ ), comma ( , ), left brace ( { ), and double brackets ( [[ ) or ( ]] ). The category name can have a maximum length of 40 characters.
- Language is the language in which the description is displayed, and can be EN or FR.
- Description is the string describing the category(e.g., the category’s function). If the description includes any spaces, it must be enclosed in double quotation marks. The following characters are invalid: left brace ( { ). The category description can have a maximum length of 100 characters.
Syntax example:
SET CATEGORY ABC DESCRIPTION EN TO "ABC Category"
Sample example:
SET CATEGORY ABC NAME TO "XYZ"