Click or drag to resize

ExtensionsGetRolePermissionAssignments Method (SPWeb)

Returns the RolePermissionAssignments object of the web.

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

Parameters

web
Type: SPWeb

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