Click or drag to resize

RecroSecIsAdmin Method (String)

Gets a value indicating whether User is Administrator.

Namespace:  Recrovit.RecroGridFramework.Security
Assembly:  Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 2.6.0
Syntax
C#
public static bool IsAdmin(
	string userId
)

Parameters

userId
Type: SystemString
The user identifier.

Return Value

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