Autodesk Vault ProfessionalVault API

AddFileToAcquire(FileIteration,AcquisitionOption,FolderPathAbsolute) 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,
   FolderPathAbsolute downloadPath
)
Public Overloads Sub AddFileToAcquire( _
   ByVal file As FileIteration, _
   ByVal acquisitionOption As AcquireFilesSettings.AcquisitionOption, _
   ByVal downloadPath As FolderPathAbsolute _
) 

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. The full file path will be the path of the specified folder, plus the entity's name.

See Also