| RecroSecIsAdmin Method (String) |
Gets a value indicating whether User is Administrator.
Namespace:
Recrovit.RecroGridFramework.Security
Assembly:
Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 6.0.0
Syntax public static bool IsAdmin(
string userId
)
Parameters
- userId
- Type: SystemString
The user identifier.
Return Value
Type:
Booleantrue if User is Administrator; otherwise,
false.
See Also