Rename Item

Renames an item.

 

Input Arguments

 

0

Collection Object Name

Original Item Name

The collection item name of the object to rename.

1

Collection Object Name

New Item Name

A new collection item name for the object.

2

Boolean

Overwrite if exists?

Specify whether or not to overwrite an item if it already exists.

 

Return Arguments

None.

 

Returned Status

 

SUCCESS

The item was renamed successfully.

FAILURE

The original item was not found, or an item with the new name already exists and “Overwrite if exists?” is set to FALSE.

 

Remarks

None.