Click or drag to resize

ExtensionsGetRolePermissionAssignments Method (SPFolder)

Returns the RolePermissionAssignments object of the folder.

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

Parameters

folder
Type: SPFolder

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 SPFolder. 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