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

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

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Deprecated in DotNetNuke 6.2. Replaced by overload that returns IList")]
public ArrayList GetUserRoles(
	int PortalId,
	int UserId,
	bool includePrivate
)
Visual Basic
<EditorBrowsableAttribute(EditorBrowsableState.Never)> 
<ObsoleteAttribute("Deprecated in DotNetNuke 6.2. Replaced by overload that returns IList")> 
Public Function GetUserRoles ( 
	PortalId As Integer,
	UserId As Integer,
	includePrivate As Boolean
) As ArrayList

Parameters

PortalId
Type: System..::..Int32
paramPortalIdM:DotNetNuke.Security.Roles.RoleController.GetUserRoles(System.Int32,System.Int32,System.Boolean)
UserId
Type: System..::..Int32
paramUserIdM:DotNetNuke.Security.Roles.RoleController.GetUserRoles(System.Int32,System.Int32,System.Boolean)
includePrivate
Type: System..::..Boolean
paramincludePrivateM:DotNetNuke.Security.Roles.RoleController.GetUserRoles(System.Int32,System.Int32,System.Boolean)

Return Value

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

See Also