Autodesk Vault ProfessionalVault API

AddFileToAcquire(FileIteration,AcquisitionOption,FilePathAbsolute) Method

Autodesk.DataManagement.Client.Framework.Vault.SettingsAcquireFilesSettings

Adds a file to the list of entities to be acquired.

Syntax

public void AddFileToAcquire(
   FileIteration file,
   AcquireFilesSettings.AcquisitionOption acquisitionOption,
   FilePathAbsolute downloadPath
)
Public Overloads Sub AddFileToAcquire( _
   ByVal file As FileIteration, _
   ByVal acquisitionOption As AcquireFilesSettings.AcquisitionOption, _
   ByVal downloadPath As FilePathAbsolute _
) 

Parameters

NameDescription
fileThe file to be acquired
acquisitionOptionWhether the file should be downloaded, checked out, or both
downloadPathThe location where the file should be downloaded. If null, then it will be downloaded to it's working folder

See Also