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

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

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Deprecated in DotNetNuke 7.3. This function has been replaced by GetRoles(PortalId, predicate)")]
public ArrayList GetPortalRoles(
	int portalId
)
Visual Basic
<EditorBrowsableAttribute(EditorBrowsableState.Never)> 
<ObsoleteAttribute("Deprecated in DotNetNuke 7.3. This function has been replaced by GetRoles(PortalId, predicate)")> 
Public Function GetPortalRoles ( 
	portalId As Integer
) As ArrayList

Parameters

portalId
Type: System..::..Int32
paramportalIdM:DotNetNuke.Security.Roles.RoleController.GetPortalRoles(System.Int32)

Return Value

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

See Also