PermissionRequestProcessorBase<ProcessorPermissionRequestType>.IsGranted(ProcessorPermissionRequestType) Method
Determines whether or not a specified permission is granted.
Namespace: DevExpress.ExpressApp.Security
Assembly: DevExpress.ExpressApp.Security.v24.1.dll
NuGet Package: DevExpress.ExpressApp.Security
Declaration
Parameters
Name | Type | Description |
---|---|---|
permissionRequest | ProcessorPermissionRequestType | An IPermissionRequest object that is a Permission Request. |
Returns
Type | Description |
---|---|
Boolean | true, when a permission is granted; otherwise - false; |
See Also