MicroStrategy ONE
List Folders statement
List all the folders from a given location path.
Copy
LIST [ALL] FOLDERS INlocation_pathFOR PROJECTproject_name;
where:
location_path is the folder path from which the folders are to be listed, of type string, between double quotes (" ").
Example
Copy
LIST FOLDERS IN "\Public Objects" FOR PROJECT
"MicroStrategy Tutorial"
ResultSet Columns
HIDDEN: Whether or not the folder is hidden, returned as a boolean value.
NAME: The name of the folder, returned as a string.
PATH: The path to the folder, returned as a string.