ParseRole Constructor (String, ParseACL)Parse
Constructs a new ParseRole with the given name.

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

public ParseRole(
	string name,
	ParseACL acl
)

Parameters

name
Type: SystemString
The name of the role to create.
acl
Type: ParseParseACL
The ACL for this role. Roles must have an ACL.
See Also

Reference