ComponentPro UltimateFtp

      MultiFileOperationOptions Class Members

      See AlsoPropertyMethodMembers Options: Show AllLanguage Filter: AllSend comments on this topic to ComponentPro
      The following tables list the members exposed by MultiFileOperationOptions.

      Public Constructors

      NameDescription
      Public ConstructorsMultiFileOperationOptions ConstructorOverloaded. Initializes a new instance of the TransferOptions class.
      Top

      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

      Public Methods

      NameDescription
      Public MethodsCloneCreates a shallow copy of this instance.
      Top

      See Also