Click or drag to resize

RecroSecGetRolesForCurrentUser Method

Gets the roles for current User.

Namespace:  Recrovit.RecroGridFramework.Security
Assembly:  Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 2.6.0
Syntax
C#
public static string[] GetRolesForCurrentUser(
	HttpContext httpContext
)

Parameters

httpContext
Type: HttpContext
The HTTP context.

Return Value

Type: String
Array of the roles.
See Also