Base solution for your next web application
Open Closed

Permission Management Interface? #4388


User avatar
0
fguo created

Currently, when I need a new permission, I have to hard code the permission in AppPermissions.cs. Do we have a "Permission Management interface" for create/delete/move/copy/edit an so on?

Thanks,


1 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @fguo,

    Unfortunately no, permissions are designed in that way and you need to create them hardcoded. Can you explain your screnario ? How are you planning to use dynamic permissions ?

    Thanks.