ParseObjectIsKeyDirty Method Parse
Indicates whether key is unsaved for this ParseObject.

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

public bool IsKeyDirty(
	string key
)

Parameters

key
Type: SystemString
The key to check for.

Return Value

Type: Boolean
true if the key has been altered and not saved yet, otherwise false.
See Also

Reference