08-24-2020
08:42 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
08-24-2020
08:42 AM
in an independent .exe app ?
you can create a VDF.Vault.Currency.Connections.Connection object,
Create a search condition using your parameters and then find the file using
connection.WebServiceManager.DocumentService.FindFilesBySearchConditions
Check if file version matches local version (if there is) otherwise, get the file.
Marshal to your inventor application and open the file
Is it what you have in mind ?