Community
Vault Customization
Share your knowledge, ask questions, and explore popular Vault API, Data Standard, and VBA topics related to programming, creating add-ins, or working with the Vault API.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Browse Vault and create folder button

4 REPLIES 4
Reply
Message 1 of 5
yusufbarsawme
583 Views, 4 Replies

Browse Vault and create folder button

Hi, 

 

Is there any dialog from SDK, similar to the common FolderBrowserDialog in c# corresponding to Vault and creating folder in Vault?

 

See attached picture.

 

Thanks

4 REPLIES 4
Message 2 of 5
smithmat
in reply to: yusufbarsawme

There is Autodesk.DataManagement.Client.Framework.Vault.Forms.Library.SelectEntity

 

That should allow you a way to select a folder, but I don't believe there is a way to enable creating a folder. 

 

Message 3 of 5
yusufbarsawme
in reply to: smithmat

Hi, I found this when exploring the SelectEntitySettings, I try to use it, but no "create folder" button is displayed. How is this used then?

 

See attachment again 🙂

 

 

Message 4 of 5
yusufbarsawme
in reply to: smithmat

I found it, in the upper right corner, so it do seem possible.

 

However, how do I set the filter to only display folders in the browser dialog...cannot find the appropriate setting or filter.

 

Thanks..

Message 5 of 5
smithmat
in reply to: yusufbarsawme

Perhaps setting the SelectEntitySettings.EntityFilters to only contain a custom EntityFilter that shows only folders?  

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report