Everyone:
I'm working on a C# 4.0 WPF application and I want to be able to view all vaulted files for a part number. I have the part->partdocument->document->documentfile->file stuff done to produce a listing of files for the partnumber. Just not sure how to access the file from the vault and display it. I don't need to add/delete files, just view.
One final twist, I need to display the document in it's native application. .pdf need to display in Acrobat, not the acrobat browser add-on. For some reason with our Innovator setup, when users try and view large .pdf files with browser, the files hang up. We have the files open in their native app and that works with no problems. Because of this issue, I can't use the one solution in the forum on how to open vaulted files with a URL string.
Thanks for the help,
Dale Williams