Run Vault explorer command from API

Run Vault explorer command from API

Anonymous
Not applicable
987 Views
3 Replies
Message 1 of 4

Run Vault explorer command from API

Anonymous
Not applicable

Hi,

I have a question. Is possibility run standard Vault explorer command from API. I have created command to write properties fields in custom Tab. Code working ok, but the properties are mapped and after update I need synchronize with document (docx). It can be done by Actions-> Synchronize Properties. Is possible just run this command for my file from API ?

Thanks

Darius

988 Views
3 Replies
Replies (3)
Message 2 of 4

Redmond.D
Autodesk
Autodesk

Sorry, no.  You can't launch a Vault Explorer command through the API.



Doug Redmond
Software Engineer
Autodesk, Inc.

0 Likes
Message 3 of 4

Anonymous
Not applicable

I need synchronize properties from Vault to *.docx custom properties. How it should be done?

0 Likes
Message 4 of 4

Redmond.D
Autodesk
Autodesk

IExplorerUtil.UpdateFileProperties() is what you want to use.  It updates a property in Vault and in the file.  The utility can be found in Autodesk.Connectivity.Explorer.ExtensibilityTools.dll which is a bit tricky to work with.



Doug Redmond
Software Engineer
Autodesk, Inc.

0 Likes