| RecroSecIsAdmin Method (HttpContextBase) |
Gets a value indicating whether current User is Administrator.
Namespace:
Recrovit.RecroGridFramework.Security
Assembly:
Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 1.7.3
Syntax public static bool IsAdmin(
HttpContextBase httpContext
)
Parameters
- httpContext
- Type: System.WebHttpContextBase
The HTTP context.
Return Value
Type:
Booleantrue if current User is Administrator; otherwise,
false.
See Also