PublicAPI.Services.SecurityServices.HasPermissionELMA API Documentation
Check that the current user has the permission
Access path: PublicAPI.Services.SecurityServices.HasPermission
Overload List

  NameDescription
Public methodHasPermission(Permission)
Check that the current user has the permission
Public methodHasPermission(User, Permission)
Check that the user has the permission
Public methodHasPermission(Permission, Object, Boolean)
Check, that the user has an object instance permission E.g. authorized to "edit document" or "close task".
Public methodHasPermission(User, Permission, Object, Boolean)
Check, that the user has an object instance permission E.g. authorized to "edit document" or "close task".
Back to Top
See Also