Name | Description | |
---|---|---|
BasicFileTransferSettings Constructor |
The following tables list the members exposed by BasicFileTransferSettings.
Name | Description | |
---|---|---|
BasicFileTransferSettings Constructor |
Name | Description | |
---|---|---|
OperationTypeName | The ArcanaDevelopment.adTempus.Client.FileOperationTask.OperationType for this operation |
Name | Description | |
---|---|---|
Action | The action performed by this task | |
BackupBeforeOverwrite | Specifies whether to back up existing files before overwriting them (Inherited from ArcanaDevelopment.adTempus.Shared.FileOperations.FileOperationTaskSettings) | |
ClearArchiveFlag | Clear the Archive flag (bit) after the operation completes. (Inherited from FileOperationTaskSettings) | |
ExcludeFiles | List of files to exclude from the operation (Inherited from FileOperationTaskSettings) | |
IncludeFiles | List of files or patterns to include in the operation (Inherited from FileOperationTaskSettings) | |
MaintainDirectoryStructure | Indicates whether the source directory structure is maintained when files are transferred to the target. If true the directory structure is recreated under the FileOperationTaskSettings.TargetName. If false all files are written to the FileOperationTaskSettings.TargetName (Inherited from FileOperationTaskSettings) | |
ModifiedWithin | Only select files modified within the specified timespan prior to the operation execution (Inherited from FileOperationTaskSettings) | |
OperationType | Overridden. A string constant indicating the operation type. A string constant indicating the operation type. | |
OverwriteOption | Specifies the behavior when a file being transferred already exists on the target (Inherited from FileOperationTaskSettings) | |
SelectArchiveFlagOnly | Only select files with the Archive flag (bit) set (Inherited from FileOperationTaskSettings) | |
SelectModifiedSince | Only select files modified since the specified date/time (in UTC) (Inherited from FileOperationTaskSettings) | |
SelectModifiedSinceVariable | Only select files modified since the date/time (in UTC) defined in the specified variable (Inherited from FileOperationTaskSettings) | |
SourceDirectory | The root directory for the FileOperationTaskSettings.IncludeFiles (Inherited from FileOperationTaskSettings) | |
SourceRecursive | Indicates whether to operate recursively on the FileOperationTaskSettings.SourceDirectory (Inherited from FileOperationTaskSettings) | |
TargetName | The destination directory for file transfers, extractions, etc. (Inherited from FileOperationTaskSettings) |
Name | Description | |
---|---|---|
DoValidation | Overridden. Performs validation of the settings Performs validation of the settings |