Autodesk Vault ProfessionalVault API

AcquireFiles Method

Autodesk.DataManagement.Client.Framework.Vault.Services.ConnectionIFileManager

Downloads and/or checks out files form the vault

Syntax

AcquireFilesResults AcquireFiles(
   AcquireFilesSettings settings
)
Function AcquireFiles( _
   ByVal settings As AcquireFilesSettings _
) As AcquireFilesResults

Parameters

NameDescription
settingsThe settings which specify the files to operate on and other options which determine how to handle the files with regards to fixing broken references, overriding existing files on disk, etc. The settings also contain delegates where custom handlers for progress and restrictions can be plugged in.

Return Value

An object which details the objects that were downloaded, any references that were fixed, and any errors that might have occurred

See Also