Autodesk Vault ProfessionalVault API

AcquireFilesSettings Constructor

Autodesk.DataManagement.Client.Framework.Vault.SettingsAcquireFilesSettings

Constructs an instance of the AcquireFileSettings class

Syntax

public AcquireFilesSettings(
   Connection vltConn,
   System.bool updateFileReferences
)
Public Function New( _
   ByVal vltConn As Connection, _
   Optional ByVal updateFileReferences As System.Boolean _
)

Parameters

NameDescription
vltConnA connection to a vault server from which the files will be acquired
updateFileReferencesIf true, file references will be updated after files are downloaded from the vault server.

See Also