summaryM:DotNetNuke.Security.Roles.RoleController.DeleteUserRole(System.Int32,System.Int32,System.Int32)

Namespace: DotNetNuke.Security.Roles
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Deprecated in DotNetNuke 6.2.")]
public bool DeleteUserRole(
	int portalId,
	int userId,
	int roleId
)
Visual Basic
<EditorBrowsableAttribute(EditorBrowsableState.Never)> 
<ObsoleteAttribute("Deprecated in DotNetNuke 6.2.")> 
Public Function DeleteUserRole ( 
	portalId As Integer,
	userId As Integer,
	roleId As Integer
) As Boolean

Parameters

portalId
Type: System..::..Int32
paramportalIdM:DotNetNuke.Security.Roles.RoleController.DeleteUserRole(System.Int32,System.Int32,System.Int32)
userId
Type: System..::..Int32
paramuserIdM:DotNetNuke.Security.Roles.RoleController.DeleteUserRole(System.Int32,System.Int32,System.Int32)
roleId
Type: System..::..Int32
paramroleIdM:DotNetNuke.Security.Roles.RoleController.DeleteUserRole(System.Int32,System.Int32,System.Int32)

Return Value

returnsM:DotNetNuke.Security.Roles.RoleController.DeleteUserRole(System.Int32,System.Int32,System.Int32)

See Also