Gets the name of the role.

Namespace: DotNetNuke.Common
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public static string GetRoleName(
	int RoleID
)
Visual Basic
Public Shared Function GetRoleName ( 
	RoleID As Integer
) As String

Parameters

RoleID
Type: System..::..Int32
The role ID.

Return Value

Role Name

See Also