summaryM:DotNetNuke.Security.Roles.RoleController.UpdateUserRole(System.Int32,System.Int32,System.Int32,System.Boolean)
Namespace: DotNetNuke.Security.RolesAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
[EditorBrowsableAttribute(EditorBrowsableState.Never)] [ObsoleteAttribute("Deprecated in DotNetNuke 7.3. This function has been replaced by overload with extra parameters")] public void UpdateUserRole( int portalId, int userId, int roleId, bool cancel ) |
Visual Basic |
---|
<EditorBrowsableAttribute(EditorBrowsableState.Never)> <ObsoleteAttribute("Deprecated in DotNetNuke 7.3. This function has been replaced by overload with extra parameters")> Public Sub UpdateUserRole ( portalId As Integer, userId As Integer, roleId As Integer, cancel As Boolean ) |
Parameters
- portalId
- Type: System..::..Int32
paramportalIdM:DotNetNuke.Security.Roles.RoleController.UpdateUserRole(System.Int32,System.Int32,System.Int32,System.Boolean)
- userId
- Type: System..::..Int32
paramuserIdM:DotNetNuke.Security.Roles.RoleController.UpdateUserRole(System.Int32,System.Int32,System.Int32,System.Boolean)
- roleId
- Type: System..::..Int32
paramroleIdM:DotNetNuke.Security.Roles.RoleController.UpdateUserRole(System.Int32,System.Int32,System.Int32,System.Boolean)
- cancel
- Type: System..::..Boolean
paramcancelM:DotNetNuke.Security.Roles.RoleController.UpdateUserRole(System.Int32,System.Int32,System.Int32,System.Boolean)