Gets if this is a new object, False if it is a pre-existing object.

Namespace: BlogEngine.Core
Assembly:  BlogEngine.Core (in BlogEngine.Core.dll)
Version: 1.2.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public bool IsNew{ get;}
Public ReadOnly Property IsNew As Boolean
public:
property bool IsNew {
	bool get ();
}

See Also