TransferProblemReaction Enum
Namespace: Rebex.IO
Assembly: Rebex.Common.dll (version 7.0.9083)
Specifies the reaction to resolve the current problem that occurred during a multi-file operation.
Syntax
public enum TransferProblemReaction
Fields
Name | Description |
---|---|
Cancel | Cancel the whole operation. An exception with the OperationCanceled value is thrown. |
Fail | Cancel the whole operation. An exception is thrown. |
FollowLink | Resolve the symbolic link. |
Overwrite | Overwrite target file with the same name. |
Rename | Transfer the source file to a different name. |
Resume | Resume target file. |
Retry | Retry the current operation again. |
Skip | Skip the current problematic item. |