Tag: download

  • File Transfer – Doing it the Hard Way

    So, you don’t want to use AcquireFiles? You want to stick with web services? Fine, you can do that, but don’t say I didn’t warn you. The web service mechanism for uploading/downloading got real ugly in Vault 2014.

  • How to Acquire Files

    Downloading and checking-out is so last year. The fashionable Vault API developer acquires their files. It has more style and class. Also, DocumentService.DownloadFile and DocumentService.CheckoutFile are no more in the 2014 API. So that kind of forces the issue. Connection.FileManager.AcquireFiles is the replacement. I’ll go over the architectural reason for the change in a later…