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

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

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Deprecated in DotNetNuke 5.0. This function has been replaced by UpdateUserRole")]
public void UpdateService(
	int PortalId,
	int UserId,
	int RoleId,
	bool Cancel
)
Visual Basic
<EditorBrowsableAttribute(EditorBrowsableState.Never)> 
<ObsoleteAttribute("Deprecated in DotNetNuke 5.0. This function has been replaced by UpdateUserRole")> 
Public Sub UpdateService ( 
	PortalId As Integer,
	UserId As Integer,
	RoleId As Integer,
	Cancel As Boolean
)

Parameters

PortalId
Type: System..::..Int32
paramPortalIdM:DotNetNuke.Security.Roles.RoleController.UpdateService(System.Int32,System.Int32,System.Int32,System.Boolean)
UserId
Type: System..::..Int32
paramUserIdM:DotNetNuke.Security.Roles.RoleController.UpdateService(System.Int32,System.Int32,System.Int32,System.Boolean)
RoleId
Type: System..::..Int32
paramRoleIdM:DotNetNuke.Security.Roles.RoleController.UpdateService(System.Int32,System.Int32,System.Int32,System.Boolean)
Cancel
Type: System..::..Boolean
paramCancelM:DotNetNuke.Security.Roles.RoleController.UpdateService(System.Int32,System.Int32,System.Int32,System.Boolean)

See Also