AcquireFiles Method
Downloads and/or checks out files from the vault with a modal progress dialog that is displayed during the operation
Syntax
public static AcquireFilesResults AcquireFiles(
ProgressAcquireFilesSettings settings
)Public Shared Function AcquireFiles( _
ByVal settings As ProgressAcquireFilesSettings _
) As AcquireFilesResultsParameters
| Name | Description |
|---|---|
| settings | The settings which determine 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. If the settings are InteractiveAcquireFilesSettings, a dialog box will display that allows the user to modify and customize the file acquisition settings. |
Return Value
An object describing the results of each file that was acted on.