Click or drag to resize

RecroSecIsUserAdmin Property

Note: This API is now obsolete.

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
C#
[ObsoleteAttribute("Use instead IsAdmin(HttpContext httpContext)")]
public static bool IsUserAdmin { get; }

Return Value

Type: Boolean
true if current User is Administrator; otherwise, false.
See Also