November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
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?