Copy Object

Copies a specified object.

 

Input Arguments

 

0

Collection Object Name

Source Object

The source object to copy.

1

Collection Object Name

New Object Name

The name of the newly copied object.

2

Boolean

Overwrite If Exists?

Specify whether to overwrite an object if it already exists (TRUE) or to not (FALSE).

 

Return Arguments

None.

 

Returned Status

 

SUCCESS

The object was copied successfully.

FAILURE

The specified source object was not found, or “Overwrite If Exists?” was set to FALSE and the object already exists.

 

Remarks

None.