Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 657 Bytes

OverwriteOption.md

File metadata and controls

20 lines (14 loc) · 657 Bytes

OverwriteOption enumeration

namespace: Serenity.Web   assemblySerenity.Net.Services

Enum that contains what to do when a file at desired path exists

public enum OverwriteOption

Values

name value description
Disallowed 0 Raise an error
Overwrite 1 Overwrite the target file
AutoRename 2 Try to find a suitable name for the source file to be written

See Also