getFolderShares(path) Last updated: 22. May 2025
API only function
Returns the active shares for a specific folder.
Parameters
Name | Type | Description |
---|---|---|
path | string | Absolute path of folder to get shares for. |
Returns
A structure of information for the folder with a list of shares.
Example
Code example (JS)
JS is normal JavaScript either running in the browser or on the Docly™ server.let info = docly.getFolderShares("Folder1");
return info;