Click or drag to resize

BasePermissions Constructor

Initializes a new instance of the BasePermissions struct.

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

Parameters

administrator (Optional)
Type: SystemBoolean
if set to true then all base permissions set to allowed.
See Also