- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi @s.hofsteenge. There is not a direct way to create a new browser folder within an existing browser folder, but I believe we can move one there by code, if conditions are right. We can create the folder that we want to be a sub folder at the same (top) level as the other folders, then I think we can move the new folder down into another folder. This would be done using the BrowserFolder.Add method. That method allows us to move a BrowserNode into the existing folder. That BrowserNode can be from the BrowserFolder.BrowserNode property of the new BrowserFolder. That method may only work to move an empty folder though. I do not know if it would let you move a folder that already has some stuff in it, down under another folder. It may depend on the natural order of the objects within the folders.
Wesley Crihfield
(Not an Autodesk Employee)