Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I want to retrieve the default permissions assigned to a userType ... how do I / can I do that?
I have found that you can get the default permissions (as defined on UserType?) for a user :
var user = _userService.GetUserById(UserId); var defaultPerms = user.DefaultPermissions;
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
How do I access UserType
I want to retrieve the default permissions assigned to a userType ... how do I / can I do that?
I have found that you can get the default permissions (as defined on UserType?) for a user :
is working on a reply...