Hi,
I have configured an action that allows the user to navigate to a documents folder from a context menu. What I would like to add to this is that the browser tree also expands to display the folder in the tree. Right now, if a user clicks "Show container", it is displayed in the view but the tree stays as it was. I noticed a JumpToBrowserTreeLocationAction class, but I haven't got it to work for me yet. Is this the right class to use, should I use it from code or somehow let it be triggered by my action (in XML), and if so: what arguments will it need and how do I find the correct values to pass?