Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
Hi!
Did you find a solution for this? I've stumbled upon the need for something similar.
Hello!
In cms 6 we had a control to display files from a folder in a tree view. We accomplished that by using asp:TreeView and EPiServers FileSystemDataSource.
Is there a way to do this just as easy in cms 8 and mvc :), with for example the possibility to select file sort order and max folder depth to display?
Or do we just start building this ourselves by rendering an ul-list from recursive calls to IContentRepository.GetChildren(T)(ContentReference), or something like that?