Provides access to Author-it library object creation, folder and release state permissions.
Namespace: Authorit.API.Services
Constructors
Name |
Description |
|
Initializes a new instance of the Permissions class. |
Properties
Class contains no properties.
Methods
Name |
Description |
|
Get permissions for specified folder. |
||
Get permissions for a specified release state. |
||
Get permissions for specified folder and release state. |
||
Get permissions for a specified object. |
||
TestPermissions(Authorit.API.Dto.Permission, Authorit.API.Dto.Permission) |
Test supplied permissions are sufficient against another set of supplied permissions. |
|
Check if current user has a permission on a folder. |
||
CheckPermissionsForFolderAndReleaseState(int, int, Authorit.API.Dto.Permission) |
Check if current user has a permission on a folder for objects in a specified release state. |
|
Check if current user has a permission on an object. |
||
Get object create permissions for a specified folder. |
||
Test supplied object create permissions are sufficient against another set of supplied object create permissions. |
||
CheckObjectCreatePermissions(int, Authorit.API.Dto.ObjectCreatePermission) |
Check if current user has permission to create certain objects in specified folder. |