Click or drag to resize

BasePermissionsSet Method

Sets the specified permission.

Namespace:  Recrovit.RecroGridFramework.Security
Assembly:  Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 6.0.0
Syntax
C#
public void Set(
	PermissionTypeEnum permissionType,
	bool permission
)

Parameters

permissionType
Type: Recrovit.RecroGridFramework.SecurityPermissionTypeEnum
Type of the permission.
permission
Type: SystemBoolean
true to allow; otherwise denied.
See Also