Hi,
In my repository manager, there're 2 kinds of navigation: folder-based and navigation-based. The user can change navigation type at runtime, while navigating inside a folder.
I plan to add a command (
extends AbstractCommand
) in the context menu for the user to choose navigation type. Now my question is, after changing the navigation type in code, how to show the root folder to the user immediately? I don't know its URL, or the URL of KM Content.
Thanks,
Ray