Click or drag to resize

Extensions Class

Provides extension methods for accessing functionality related to MatchPoint workspaces from the expression engine or from the API.
Inheritance Hierarchy
SystemObject
  Colygon.MatchPoint.WorkspacesExtensions

Namespace:  Colygon.MatchPoint.Workspaces
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax
C#
public static class Extensions

The Extensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetRolePermissionAssignments(SPFolder)
Returns the RolePermissionAssignments object of the folder.
Public methodStatic memberGetRolePermissionAssignments(SPList)
Returns the RolePermissionAssignments object of the list.
Public methodStatic memberGetRolePermissionAssignments(SPWeb)
Returns the RolePermissionAssignments object of the web.
Public methodStatic memberGetWorkspace
Returns the workspace object for the specified web.
Top
Remarks
The following object types are extended:
Remarks
This class provides expression extensions.
See Also