summaryM:DotNetNuke.Security.Roles.RoleController.UpdateUserRole(System.Int32,System.Int32,System.Int32,DotNetNuke.Security.Roles.RoleStatus,System.Boolean,System.Boolean)

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

Syntax

C#
public void UpdateUserRole(
	int portalId,
	int userId,
	int roleId,
	RoleStatus status,
	bool isOwner,
	bool cancel
)
Visual Basic
Public Sub UpdateUserRole ( 
	portalId As Integer,
	userId As Integer,
	roleId As Integer,
	status As RoleStatus,
	isOwner As Boolean,
	cancel As Boolean
)

Parameters

portalId
Type: System..::..Int32
paramportalIdM:DotNetNuke.Security.Roles.RoleController.UpdateUserRole(System.Int32,System.Int32,System.Int32,DotNetNuke.Security.Roles.RoleStatus,System.Boolean,System.Boolean)
userId
Type: System..::..Int32
paramuserIdM:DotNetNuke.Security.Roles.RoleController.UpdateUserRole(System.Int32,System.Int32,System.Int32,DotNetNuke.Security.Roles.RoleStatus,System.Boolean,System.Boolean)
roleId
Type: System..::..Int32
paramroleIdM:DotNetNuke.Security.Roles.RoleController.UpdateUserRole(System.Int32,System.Int32,System.Int32,DotNetNuke.Security.Roles.RoleStatus,System.Boolean,System.Boolean)
status
Type: DotNetNuke.Security.Roles..::..RoleStatus
paramstatusM:DotNetNuke.Security.Roles.RoleController.UpdateUserRole(System.Int32,System.Int32,System.Int32,DotNetNuke.Security.Roles.RoleStatus,System.Boolean,System.Boolean)
isOwner
Type: System..::..Boolean
paramisOwnerM:DotNetNuke.Security.Roles.RoleController.UpdateUserRole(System.Int32,System.Int32,System.Int32,DotNetNuke.Security.Roles.RoleStatus,System.Boolean,System.Boolean)
cancel
Type: System..::..Boolean
paramcancelM:DotNetNuke.Security.Roles.RoleController.UpdateUserRole(System.Int32,System.Int32,System.Int32,DotNetNuke.Security.Roles.RoleStatus,System.Boolean,System.Boolean)

Implements

IRoleController..::..UpdateUserRole(Int32, Int32, Int32, RoleStatus, Boolean, Boolean)

See Also