Click or drag to resize

ExtensionsGetRolePermissionAssignments Method (SPList)

Returns the RolePermissionAssignments object of the list.

Namespace:  Colygon.MatchPoint.Workspaces
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax
C#
public static RolePermissionAssignments GetRolePermissionAssignments(
	this SPList list
)

Parameters

list
Type: SPList

Return Value

Type: RolePermissionAssignments

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type SPList. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also