Hi,
Is it possible to list/show all files as a tree view or similar from published folder to a dashboard site?
And also so the user can click on it to download/open the file?
Product: PowerShell Universal
Version: 1.4.6
Hi,
Is it possible to list/show all files as a tree view or similar from published folder to a dashboard site?
And also so the user can click on it to download/open the file?
Product: PowerShell Universal
Version: 1.4.6
We don’t support this directly but you could implement it using New-UDTreeView to display the folder structure in combination with something like New-UDTable to display the files.
To allow the users to download the files, just use New-UDLink and provide the URL of the file.
Maybe a function for PSU to make?
Anyway thanks for the input I’ll use that.
Certainly could add it! It might be a good thing to add to our collection of modules.