Today I trudged through the code to figure out how to list the folders that are in my Server, but I cannot see how to list them on Portal. My assumption is to look in the ContentManager. I can see the methods "create_folder", "delete_folder", and "rename_folder".
Similar to the ServicesManager I'd anticipate a property like "contentmanager.folders" would be the list but nothing.
I figured out that I can see what folders a user owns with the "folders" property of a User object.
I found the PortalAdminManager object but it seems not usable for this either.
Where is the folders property for portal hiding?