ComponentPro UltimateFtp

      ComponentPro.IO.MultiFileOperationOptions Properties

      See AlsoMembers Options: Show AllLanguage Filter: AllSend comments on this topic to ComponentPro
      For a list of all members of this type, see MultiFileOperationOptions members.

      Public Properties

      NameDescription
      Public PropertiesBuildDirectoryTreeGets 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).
      Public PropertiesDestAuthenticationParametersSpecifies the source file system's authentication parameters. This option is for remote file system, including FTP, SFTP, and SCP file systems only.
      Public PropertiesDestConnectionParametersSpecifies the source file system's connection parameters. This option is for remote file system, including FTP, SFTP, and SCP file systems only.
      Public PropertiesRecursiveGets or sets the recursion mode indicating whether to allow scanning subdirectories for files. The default value is true.
      Public PropertiesRetainFileListGets 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.
      Public PropertiesSearchConditionSpecifies search condition.
      Public PropertiesSearchConditionCombinedWithMasksInSourcePathGets 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.
      Public PropertiesSrcAuthenticationParametersSpecifies the source file system's authentication parameters. This option is for remote file system, including FTP, SFTP, and SCP file systems only.
      Public PropertiesSrcConnectionParametersSpecifies the source file system's connection parameters. This option is for remote file system, including FTP, SFTP, and SCP file systems only.
      Public PropertiesSymlinksResolveActionSpecifies action taken when a symlink has been found.
      Top

      See Also