Autodesk Vault ProfessionalVault API

InteractiveAcquireFileSettings Constructor

Autodesk.DataManagement.Client.Framework.Vault.Forms.SettingsInteractiveAcquireFileSettings

Constructs an instance of the AcquireFileSettings class

Syntax

public InteractiveAcquireFileSettings(
   Connection vltConn,
   System.IntPtr parent,
   System.string caption,
   System.bool updateFileReferences
)
Public Function New( _
   ByVal vltConn As Connection, _
   ByVal parent As System.IntPtr, _
   ByVal caption As System.String, _
   Optional ByVal updateFileReferences As System.Boolean _
)

Parameters

NameDescription
vltConnA connection to a vault server from which the files will be acquired
parentThe handle of the window that will be used as the parent of the progress dialog
captionThe caption of the progress dialog
updateFileReferencesIf true, file references will be updated after files are downloaded from the vault server.

See Also