GetRoleGroup gets a RoleGroup from the Data Store
Namespace: DotNetNuke.Security.RolesAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
| C# |
|---|
public override RoleGroupInfo GetRoleGroup( int portalId, int roleGroupId ) |
| Visual Basic |
|---|
Public Overrides Function GetRoleGroup ( portalId As Integer, roleGroupId As Integer ) As RoleGroupInfo |
Parameters
- portalId
- Type: System..::..Int32
Id of the portal
- roleGroupId
- Type: System..::..Int32
The Id of the RoleGroup to retrieve.