Skip to content

OverwriteMode

Namespace: ThinkGeo.Core

This enumeration represents whether a file should be overwrite or not if the file exists.

public enum OverwriteMode

Inheritance ObjectValueTypeEnumOverwriteMode
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.