Get Folder Collections

Retrieves the collections inside a specified folder.

 

Input Arguments

 

0

String

Folder Path

The path to the folder in question.

 

Return Arguments

 

1

String Ref List

Collection List

A list of all collections inside the specified folder (as strings).

 

Returned Status

 

SUCCESS

The folder’s collections were retrieved successfully.

FAILURE

The folder was not found.

 

Remarks

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