Name | Description | |
---|---|---|
BackupBeforeOverwrite | Specifies whether to back up existing files before overwriting them | |
ClearArchiveFlag | Clear the Archive flag (bit) after the operation completes. | |
ExcludeFiles | List of files to exclude from the operation | |
IncludeFiles | List of files or patterns to include in the operation | |
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 TargetName. If false all files are written to the TargetName | |
ModifiedWithin | Only select files modified within the specified timespan prior to the operation execution | |
OperationType | A string constant indicating the operation type. | |
OverwriteOption | Specifies the behavior when a file being transferred already exists on the target | |
SelectArchiveFlagOnly | Only select files with the Archive flag (bit) set | |
SelectModifiedSince | Only select files modified since the specified date/time (in UTC) | |
SelectModifiedSinceVariable | Only select files modified since the date/time (in UTC) defined in the specified variable | |
SourceDirectory | The root directory for the IncludeFiles | |
SourceRecursive | Indicates whether to operate recursively on the SourceDirectory | |
TargetName | The destination directory for file transfers, extractions, etc. |