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, IFormattable, IConvertible
Fields¶
Name | Value | Description |
---|---|---|
Overwrite | 0 | Overwrite the file if the file exits. |
DoNotOverwrite | 1 | Do not overwrite the file if the file exits. |