Click or drag to resize

RecroSecGetRolesForCurrentUser Method

Note: This API is now obsolete.

Gets the roles for current User.

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

Return Value

Type: String
Array of the roles.
See Also