ParseObjectIsNew Property Parse
Returns true if this object was created by the Parse server when the object might have already been there (e.g. in the case of a Facebook login)

Namespace: Parse
Assembly: Parse (in Parse.dll) Version: 1.5.5.0 (1.5.5.0)
Syntax

public bool IsNew { get; }

Property Value

Type: Boolean
See Also

Reference