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

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

Syntax

C#
public ArrayList GetRolesByGroup(
	int portalId,
	int roleGroupId
)
Visual Basic
Public Function GetRolesByGroup ( 
	portalId As Integer,
	roleGroupId As Integer
) As ArrayList

Parameters

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

Return Value

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

See Also