'Declaration<FlagsAttribute()> Public Enum MAPPERFileExistsOption Inherits System.Enum
'UsageDim instance As MAPPERFileExistsOption
[Flags()] public enum MAPPERFileExistsOption : System.Enum
'Declaration<FlagsAttribute()> Public Enum MAPPERFileExistsOption Inherits System.Enum
'UsageDim instance As MAPPERFileExistsOption
[Flags()] public enum MAPPERFileExistsOption : System.Enum
| Member | Description |
|---|---|
| Append | Append to the local file. This value cannot be combined with other values. |
| Cancel | Cancel the transfer if the pc file exists on downloads, don't allow it. Applies to Download only |
| Insert | Insert the pc file contents at a specified line number in the host file. Applies to Upload only |
| None | Undefined option |
| Overwrite | overwrite the existing file. This value cannot be combined with other values. |
System.Object
System.ValueType
System.Enum
Attachmate.Reflection.Emulation.UTS.MAPPERFileExistsOption