AcquireFilesAsync Method
Asynchronously downloads and/or checks out files from the vault.
Syntax
System.Threading.Tasks.Task<AcquireFilesResults> AcquireFilesAsync(
AcquireFilesSettings settings
)Function AcquireFilesAsync( _
ByVal settings As AcquireFilesSettings _
) As System.Threading.Tasks.Task(Of AcquireFilesResults)Parameters
| Name | Description |
|---|---|
| settings | The settings which specify the files to operate on and other options which determine how to handle the files with regards to fixing broken references, overriding existing files on disk, etc. The settings also contain delegates where custom handlers for progress and restrictions can be plugged in. |
Return Value
A Task which represents the background thread that is performing the operation. When the thread is complete, the task will contian the results of each file that was acted on.