OverwritePolicy
Namespace: Proffer.Storage
Defines an overwrite policy when saving a file to a store.
public enum OverwritePolicy
Inheritance Object → ValueType → Enum → OverwritePolicy
Implements IComparable, IFormattable, IConvertible
Fields
| Name | Value | Description |
|---|---|---|
| Always | 0 | Always overwrite. |
| IfContentModified | 1 | Overwrite only if the file content is modified. |
| Never | 2 | Never overwrite. |