Click or drag to resize

UserPermissions Constructor (Boolean)

Initializes a new instance of the UserPermissions class.

Namespace:  Recrovit.RecroGridFramework.Security
Assembly:  Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 2.6.0
Syntax
C#
public UserPermissions(
	bool fullPermission = false
)

Parameters

fullPermission (Optional)
Type: SystemBoolean
if true all base permissions are allowed.
See Also