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: 2019.2.1.0
Syntax
C#
public List<SPRoleDefinition> this[
	string role
] { get; }

Parameters

role
Type: SystemString

Property Value

Type: ListSPRoleDefinition
See Also