| UserPermissionsAdd Method (Enum, Boolean) |
Adds the specified permission type.
Namespace:
Recrovit.RecroGridFramework.Security
Assembly:
Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 6.0.0
Syntax public void Add(
Enum type,
bool permission
)
Parameters
- type
- Type: SystemEnum
The permission type. - permission
- Type: SystemBoolean
Set true to allow or false to deny.
See Also