AcquireFilesAsync Method
Asynchronously downloads and/or checks out files from the vault with a modeless progress dialog that is displayed during the operation
Syntax
public static System.Threading.Tasks.Task<AcquireFilesResults> AcquireFilesAsync(
ProgressAcquireFilesSettings settings
)Public Shared Function AcquireFilesAsync( _
ByVal settings As ProgressAcquireFilesSettings _
) As System.Threading.Tasks.Task(Of AcquireFilesResults)Parameters
| Name | Description |
|---|---|
| settings | The settings which determing 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.