summaryM:DotNetNuke.Security.Roles.RoleProvider.GetRolesByGroup(System.Int32,System.Int32)

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

Syntax

C#
[ObsoleteAttribute("Deprecated in DotNetNuke 6.2. Roles are cached in the business layer")]
public virtual ArrayList GetRolesByGroup(
	int portalId,
	int roleGroupId
)
Visual Basic
<ObsoleteAttribute("Deprecated in DotNetNuke 6.2. Roles are cached in the business layer")> 
Public Overridable Function GetRolesByGroup ( 
	portalId As Integer,
	roleGroupId As Integer
) As ArrayList

Parameters

portalId
Type: System..::..Int32
paramportalIdM:DotNetNuke.Security.Roles.RoleProvider.GetRolesByGroup(System.Int32,System.Int32)
roleGroupId
Type: System..::..Int32
paramroleGroupIdM:DotNetNuke.Security.Roles.RoleProvider.GetRolesByGroup(System.Int32,System.Int32)

Return Value

returnsM:DotNetNuke.Security.Roles.RoleProvider.GetRolesByGroup(System.Int32,System.Int32)

See Also