ParseACL Constructor (ParseUser)Parse
Creates an ACL where only the provided user has access.

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

public ParseACL(
	ParseUser owner
)

Parameters

owner
Type: ParseParseUser
The only user that can read or write objects governed by this ACL.
See Also

Reference