- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello fellow C#ers,
I'm trying to create a viewlist and grouping them in the way of the active browserorganization.
In our template at the office we have multiple parameters called: prject_browser_level1, prject_browser_level2 etc.
The paramters are used in the browser organization under the tab "grouping and sorting" (see attachment).
Unfortunelately, i can't find them when going through all paramters within here:
BrowserOrganization.GetCurrentBrowserOrganizationForViews(commanddata.Application.ActiveUIDocument.Document).Parameters
Another way to do it is maybe within the information of a specific view.
Now i use the following code, and it's working for projects that use the browser organization called "all".
view.GetTypeId()) as ElementType
If there would be something like view.GetBrowserOrganizationGroup() i would be able to do it.
Does anyone has experience with this?
Solved! Go to Solution.