Move Collection to Folder

Moves a collection to a specific folder in the tree.

 

Input Arguments

 

0

Collection Name

Collection

The name of the collection to move.

1

String

Folder Path

The path to the folder into which to place the collection.

 

Return Arguments

None.

 

Returned Status

 

SUCCESS

The collection was moved successfully.

FAILURE

The specified collection or folder was not found.

 

Remarks

A folder path is specified by separating folder names by one or two colons. For example, A::B::C places the collec- tion into the folder “C” within the parent “B”, which itself is in a parent folder “A”. A:B:C would have the same effect.