Skip to main content
.NET 6.0+

IsGrantedExtensions.CanDeleteByRole(SecurityStrategy, IPermissionPolicyRole, Type, Object) Method

For internal use.

Namespace: DevExpress.ExpressApp.Security

Assembly: DevExpress.ExpressApp.Security.v23.2.dll

Declaration

public static bool CanDeleteByRole(
    this SecurityStrategy security,
    IPermissionPolicyRole targetRole,
    Type type,
    object targetObjectKey
)

Parameters

Name Type
security SecurityStrategy
targetRole IPermissionPolicyRole
type Type
targetObjectKey Object

Returns

Type
Boolean
See Also