BuildMaster SDK Reference
Version:

FileCreationOptions Enumeration

Specifies behaviors for creating new files.

Inheritance Hierarchy

  • object
    • System.ValueType
      • System.Enum
        • Inedo.IO.FileCreationOptions

Syntax

public enum FileCreationOptions : System.IComparable, System.IFormattable, System.IConvertible

Fields

Name Description
Default

A new file will only be created if a file does not already exist.

Overwrite

A new file will be created, overwriting an existing (non-read-only) file if necessary.

OverwriteReadOnly

A new file will be created, overwriting an existing file if necessary, even if it is read-only.