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

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

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Deprecated in DotNetNuke 6.2.")]
public ArrayList GetUserRoles(
	int PortalId
)
Visual Basic
<EditorBrowsableAttribute(EditorBrowsableState.Never)> 
<ObsoleteAttribute("Deprecated in DotNetNuke 6.2.")> 
Public Function GetUserRoles ( 
	PortalId As Integer
) As ArrayList

Parameters

PortalId
Type: System..::..Int32
paramPortalIdM:DotNetNuke.Security.Roles.RoleController.GetUserRoles(System.Int32)

Return Value

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

See Also