| RecroSecGetRolesForCurrentUser Method (HttpContext) |
Gets the roles for current User.
Namespace:
Recrovit.RecroGridFramework.Security
Assembly:
Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 1.7.3
Syntax public static string[] GetRolesForCurrentUser(
HttpContext httpContext
)
Parameters
- httpContext
- Type: System.WebHttpContext
The HTTP context.
Return Value
Type:
StringArray of the roles.
See Also