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

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

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Deprecated in DotNetNuke 6.2. Replaced by overload of GetUserRoles that returns IList")]
public ArrayList GetUserRolesByUsername(
	int PortalID,
	string Username,
	string Rolename
)
Visual Basic
<EditorBrowsableAttribute(EditorBrowsableState.Never)> 
<ObsoleteAttribute("Deprecated in DotNetNuke 6.2. Replaced by overload of GetUserRoles that returns IList")> 
Public Function GetUserRolesByUsername ( 
	PortalID As Integer,
	Username As String,
	Rolename As String
) As ArrayList

Parameters

PortalID
Type: System..::..Int32
paramPortalIDM:DotNetNuke.Security.Roles.RoleController.GetUserRolesByUsername(System.Int32,System.String,System.String)
Username
Type: System..::..String
paramUsernameM:DotNetNuke.Security.Roles.RoleController.GetUserRolesByUsername(System.Int32,System.String,System.String)
Rolename
Type: System..::..String
paramRolenameM:DotNetNuke.Security.Roles.RoleController.GetUserRolesByUsername(System.Int32,System.String,System.String)

Return Value

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

See Also