The following tables list the members exposed by
MultiFileOperationOptions.
Top | Name | Description |
---|
 | BuildDirectoryTree | Gets or sets a boolean value indicating whether to retrieve directory structure before the multi-file operation (e.g. transferring or deleting multiple files and directories). |
 | DestAuthenticationParameters | Specifies the source file system's authentication parameters. This option is for remote file system, including FTP, SFTP, and SCP file systems only. |
 | DestConnectionParameters | Specifies the source file system's connection parameters. This option is for remote file system, including FTP, SFTP, and SCP file systems only. |
 | Recursive | Gets or sets the recursion mode indicating whether to allow scanning subdirectories for files. The default value is true . |
 | RetainFileList | Gets or sets a boolean value indicating whether to retain the FileList list while executing the multi-file operation and after it completes,
making it possible to access information of all processed files and directories. |
 | SearchCondition | Specifies search condition. |
 | SearchConditionCombinedWithMasksInSourcePath | Gets or sets a boolean value indicating whether to combine (AND logical operator) the wildcard masks found in the source path method parameter with the SearchCondition property in this transfer option object. |
 | SrcAuthenticationParameters | Specifies the source file system's authentication parameters. This option is for remote file system, including FTP, SFTP, and SCP file systems only. |
 | SrcConnectionParameters | Specifies the source file system's connection parameters. This option is for remote file system, including FTP, SFTP, and SCP file systems only. |
 | SymlinksResolveAction | Specifies action taken when a symlink has been found. |
Top | Name | Description |
---|
 | Clone | Creates a shallow copy of this instance. |
Top