The available folders are returned as a three-column data frame containing
name
the name of the folder
folderPath
the full path of the folder from the project root
effectivePermissions
the current user's effective permissions for the given folder
Arguments
baseUrl
a string specifying the address of the LabKey Server, including the context root
folderPath
the starting point for the search.
includeEffectivePermissions
If set to false, the effective permissions for this container resource will not be included. (defaults to TRUE).
includeSubfolders
whether the search for subfolders should recurse down the folder hierarchy
depth
maximum number of subfolder levels to show if includeSubfolders=TRUE
Author
Peter Hussey, peter@labkey.com
Details
Folders are a hierarchy of containers for data and files. The are the place where permissions are set
in LabKey Server. The top level in a folder hierarchy is the project. Below the project is an arbitrary
hierarchy of folders that can be used to partition data for reasons of security, visibility, and organization.
Folders cut across schemas. Some schemas, like the lists schema are not visible in a folder that has no list objects
defined in it. Other schemas are visible in all folders.