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: 

[2013] Property Sync via API

1 REPLY 1
Reply
Message 1 of 2
Anonymous
816 Views, 1 Reply

[2013] Property Sync via API

Hi all,

 

i have create a "WebService" dll with Events AddFile and MoveFile

all works fine because when i change the property i must always start the file prop sync

 

with this dll can i start the file Property Sync via api?

 

as example look the picture

 

 

propsync.png

 

 

thx for help

 

 

1 REPLY 1
Message 2 of 2
Redmond.D
in reply to: Anonymous

There is no API function that does the entire prop sync operation.  The closest thing is IExplorerUtil.UpdateFileProperties in Autodesk.Connectivity.Explorer.ExtensibilityTools.dll.

 

When you set properties with UpdateFileProperties it syncronizes the changes for you.   The downside is that ExtensibilityTools doesn't work very well inside an event handler.  If you are responding to events from multiple clients (Vault Explorer, Inventor, AutoCAD, etc), you will probably find that it won't work in some of those clients.

 

This article goes into more detail:  http://justonesandzeros.typepad.com/blog/2011/09/autodeskconnectivityexplorerextensibilitytoolsdll.h...

 



Doug Redmond
Software Engineer
Autodesk, Inc.

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

Post to forums  

Autodesk Design & Make Report