Skip to main content
.NET 6.0+

Role.AddMemberAccessPermission Method

Name Parameters Description
AddMemberAccessPermission(Type, String, String, String) type, memberName, operations, criteria Adds the specified member access permissions to the Role instance.
AddMemberAccessPermission(Type, String, String) type, memberName, operations Adds the specified member access permissions to the Role instance.
AddMemberAccessPermission<T>(String, String, String) memberName, operations, criteria Adds the specified member access permissions to the Role instance.
AddMemberAccessPermission<T>(String, String) memberName, operations Adds the specified member access permissions to the Role instance.