labkey.security.getContainers: Returns information about the specified container
Description
Returns information about the specified container, including the user's current permissions within that container.
If the includeSubfolders config option is set to true, it will also return information about all descendants
the user is allowed to see.
A string specifying the baseUrl for the labkey server.
folderPath
A string specifying the folderPath.
includeEffectivePermissions
If set to false, the effective permissions for this container resource will not be included (defaults to true).
includeSubfolders
If set to true, the entire branch of containers will be returned. If false, only the immediate children of the starting container will be returned (defaults to false).
depth
May be used to control the depth of recursion if includeSubfolders is set to true.
Value
The data frame containing the container properties for the current folder and subfolders, including name, title, id,
path, type, folderType, and effectivePermissions.
Details
This function returns information about the specified container, including the user's current permissions within that container.
If the includeSubfolders config option is set to true, it will also return information about all descendants
the user is allowed to see. The depth of the results for the included subfolders can be controlled with the depth parameter.