I have a file manager component on a page and there's a possibility that multiple users can be working on it at the same time. I know that they can click on the refresh button as part of the toolbar to refresh the content and see any changes made by another user but is there a way this can be done from the code?
I tried using RefreshFileAsync but it doesn't do anything except stay in an infinite loop.
I am planning on using signalr for sending the signal from the fileattachcontroller but I need a way to use the refresh capability inside the toolbar from the code. Please let me know if this is possible.