Copy Objects to a collection

Copies one or more objects to a specific collection.

 

Input Arguments

 

0

Collection Object Name Ref List

Source Objects

A list of the objects to copy.

1

Collection Name

Destination Collection Name

The name of the collection into which to copy the specified objects.

 

Return Arguments

None.

 

Returned Status

 

SUCCESS

The object(s) were copied successfully.

PARTIAL SUCCESS

At least one (but not all) of the specified objects to copy were found.

FAILURE

No specified objects to copy were found.

 

Remarks

If the destination collection does not exist, it will be created for you.