AddFileToAcquire(FileIteration,AcquisitionOption,FolderPathAbsolute) Method
Adds a file to the list of entities to be acquired.
Syntax
public void AddFileToAcquire(
FileIteration file,
AcquireFilesSettings.AcquisitionOption acquisitionOption,
FolderPathAbsolute downloadPath
)Public Overloads Sub AddFileToAcquire( _
ByVal file As FileIteration, _
ByVal acquisitionOption As AcquireFilesSettings.AcquisitionOption, _
ByVal downloadPath As FolderPathAbsolute _
) Parameters
| Name | Description |
|---|---|
| file | The file to be acquired |
| acquisitionOption | Whether the file should be downloaded, checked out, or both |
| downloadPath | The location where the file should be downloaded. If null, then it will be downloaded to it's working folder. The full file path will be the path of the specified folder, plus the entity's name. |