OverwriteMode¶
Namespace: ThinkGeo.Core
This enumeration represents whether a file should overwrite or not if the file exists.
public enum OverwriteMode
Inheritance object → ValueType → Enum → OverwriteMode
Implements IComparable, ISpanFormattable, IFormattable, IConvertible
Fields¶
| Name | Value | Description |
|---|---|---|
| Overwrite | 0 | Overwrite the file if it exists. |
| DoNotOverwrite | 1 | Do not overwrite the file if it exists. |