Click or drag to resize
RolePermissionAssignmentsItem Property
Returns a list of SPRoleDefinition objects which contains the permission levels of the specified role.

Namespace: Colygon.MatchPoint.Workspaces.Roles
Assembly: Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2013.11.0.0
Syntax
C#
public List<SPRoleDefinition> this[
	string role
] { get; }

Parameters

role
Type: SystemString

Property Value

Type: ListSPRoleDefinition
See Also