Click or drag to resize

BasePermissionsGet Method

Gets the specified permission.

Namespace:  Recrovit.RecroGridFramework.Security
Assembly:  Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 2.6.0
Syntax
C#
public bool Get(
	PermissionTypeEnum permissionType
)

Parameters

permissionType
Type: Recrovit.RecroGridFramework.SecurityPermissionTypeEnum
Type of the permission.

Return Value

Type: Boolean
true if permitted to type; otherwise, false.
See Also