AcquireFilesSettings Constructor
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
| Name | Description |
|---|---|
| vltConn | A connection to a vault server from which the files will be acquired |
| updateFileReferences | If true, file references will be updated after files are downloaded from the vault server. |