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: 

API Save As Dialog

2 REPLIES 2
SOLVED
Reply
Message 1 of 3
Josh_Hunt
242 Views, 2 Replies

API Save As Dialog

SCENARIO: My plugin gets many PDFs then combines them into a single PDF. The user needs to decide where the PDF will be saved in Vault.  Vault Pro 2022

 

ISSUE: The API below gets the dialog below but this only works for selecting an existing PDF. I also need the user to be able to type a new name.  Am I looking in the wrong place or is this not provided in the API?

Autodesk.DataManagement.Client.Framework.Vault.Forms.Library.SelectEntity(connection, settings) 

Josh_Hunt_1-1682431382590.png

 

 

Josh Hunt
Labels (2)
2 REPLIES 2
Message 2 of 3
Nick_Hall
in reply to: Josh_Hunt

Hi Josh

 

I don't believe that there is an equivalent tool that will allow you to pick a new name

 

If so, that leaves you two options that I can think of

  • Use that dialog to select the folder to save into, then prompt for the file name
  • Create your own dialog, similar to the one in the SDK Vault Browser Sample

Hope that helps

 

Nick

 

Message 3 of 3
Josh_Hunt
in reply to: Josh_Hunt

Thanks @Nick_Hall.  The first option was my next path as long as I can select a folder OR PDF in the same dialog... hopefully.

Josh Hunt

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

Post to forums  

Technology Administrators


Autodesk Design & Make Report