Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

IsGrantedExtensions.CanDeleteByRole<T>(SecurityStrategy, IPermissionPolicyRole, Object) Method

For internal use.

Namespace: DevExpress.ExpressApp.Security

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

Declaration

public static bool CanDeleteByRole<T>(
    this SecurityStrategy security,
    IPermissionPolicyRole targetRole,
    object targetObjectKey
)

Parameters

Name Type
security SecurityStrategy
targetRole IPermissionPolicyRole
targetObjectKey Object

Type Parameters

Name
T

Returns

Type
Boolean
See Also