- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I'm creating an addin which shows a set of views and I would like to show them according to the current views Browser Organisation.
How can I get a list of the folders which represent the current browser organisation?
I know I can obtain the current browser organisation and find it for a specific view with:
BrowserOrganization org = BrowserOrganization.GetCurrentBrowserOrganizationForViews(doc);
org.GetFolderItems(myView.Id)
But I don't want to get the organisation for a specific view, which the above code does, rather I want to find out the browser organisation folders for all views?
Is there any way I can get this?
Thanks.
Solved! Go to Solution.
Link copied