Click or drag to resize
RolePermissionAssignmentsAdd Method
Adds a role with the specified name and permission levels to this object.

Namespace: Colygon.MatchPoint.Workspaces.Roles
Assembly: Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2013.11.0.0
Syntax
C#
public void Add(
	string role,
	params SPRoleDefinition[] definitions
)

Parameters

role
Type: SystemString
definitions
Type: SPRoleDefinition
See Also