OverwriteMode¶
Namespace: ThinkGeo.Core
This enumeration represents whether a file should be 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 | Over write the file if the file exits. |
DoNotOverwrite | 1 | Do not over write the file if the file exits. |