Click or drag to resize

ProjectIsNew Property

True if the Project is newly created and hasn't been saved yet.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public bool IsNew { get; }

Property Value

Type: Boolean

Implements

IFileIsNew
See Also