Rename Object

Renames an object.

 

Input Arguments

 

0

Collection Object Name

Original Object Name

The collection object name of the object to rename.

1

Collection Object Name

New Object Name

A new collection object name for the object.

2

Boolean

Overwrite if exists?

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

 

Return Arguments

None.

 

Returned Status

 

SUCCESS

The object was renamed successfully.

FAILURE

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

 

Remarks

None.