Skip to main content
A newer version of this page is available. .

SecuritySystem.IsGranted(IPermission) Method

Checks whether or not the specified permission is granted to the current user.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v19.1.dll

Declaration

public static bool IsGranted(
    IPermission permission
)

Parameters

Name Type Description
permission IPermission

An IPermission object that is the permission to be checked.

Returns

Type Description
Boolean

true, if the specified permission is granted; otherwise - false.

See Also