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: 2019.2.1.0
Syntax
C#
public void Add(
	string role,
	params SPRoleDefinition[] definitions
)

Parameters

role
Type: SystemString
definitions
Type: SPRoleDefinition
See Also