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

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

Syntax

C#
public RoleInfo GetRoleById(
	int portalId,
	int roleId
)
Visual Basic
Public Function GetRoleById ( 
	portalId As Integer,
	roleId As Integer
) As RoleInfo

Parameters

portalId
Type: System..::..Int32
paramportalIdM:DotNetNuke.Security.Roles.RoleController.GetRoleById(System.Int32,System.Int32)
roleId
Type: System..::..Int32
paramroleIdM:DotNetNuke.Security.Roles.RoleController.GetRoleById(System.Int32,System.Int32)

Return Value

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

Implements

IRoleController..::..GetRoleById(Int32, Int32)

See Also