ParseObjectAddUniqueToList Method Parse
Atomically adds an object to the end of the list associated with the given key, only if it is not already present in the list. The position of the insert is not guaranteed.

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

public void AddUniqueToList(
	string key,
	Object value
)

Parameters

key
Type: SystemString
The key.
value
Type: SystemObject
The object to add.
See Also

Reference