RecroSecIsAdmin(HttpContext) Method

Gets a value indicating whether current User is Administrator.

Definition

Namespace: Recrovit.RecroGridFramework.Security
Assembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 8.0.0.24.0403.1
C#
public static bool IsAdmin(
	HttpContext httpContext
)

Parameters

httpContext  HttpContext
The HTTP context.

Return Value

Boolean
true if current User is Administrator; otherwise, false.

See Also