I'm building a custom report in CMS v11.10.6.0 to produce a list of all media assets starting from a given media folder on the assets. So I want to provide user with the ability to browse to a media folder.
I know of https://localhost/EPiServer/CMS/edit/pagebrowser.aspx?id=5 can be used to browse for pages, but I wonder if something similar exists that I can use to browse for media files/folders.
I browse the rest of the files in the location where pagebrowser is located, but did not saw anything related to a media browser.
I'm building a custom report in CMS v11.10.6.0 to produce a list of all media assets starting from a given media folder on the assets. So I want to provide user with the ability to browse to a media folder.
I know of https://localhost/EPiServer/CMS/edit/pagebrowser.aspx?id=5 can be used to browse for pages, but I wonder if something similar exists that I can use to browse for media files/folders.
I browse the rest of the files in the location where pagebrowser is located, but did not saw anything related to a media browser.
Thanks.