When I add the URLControl to one of my modules, it only shows "Root" as the folder to choose files from. This maps to /DotNetNuke/Portals/Default.
How can I change what folder selections are available? For example, let's say that I went into File Manager (in DNN) and added a folder called MyFolder, so the path looks like this:
/DotNetNuke/Portals/Default/MyFolder
I'd like that folder to show up as an option in the folders dropdown, so I can list the files in that directory.
Thanks