ProgressAcquireFilesSettings Constructor
Constructs an instance of the AcquireFileSettings class
Syntax
public ProgressAcquireFilesSettings(
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
| Name | Description |
|---|---|
| vltConn | A connection to a vault server from which the files will be acquired |
| parent | The handle of the window that will be used as the parent of the progress dialog |
| caption | The caption of the progress dialog |
| updateFileReferences | If true, file references will be updated after files are downloaded from the vault server. |