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

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

For internal use.

Namespace: DevExpress.ExpressApp.Security

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

Declaration

public static bool CanDeleteByRole(
    this SecurityStrategy security,
    IPermissionPolicyRole targetRole,
    IObjectSpace objectSpace,
    object targetObject
)

Parameters

Name Type
security SecurityStrategy
targetRole IPermissionPolicyRole
objectSpace IObjectSpace
targetObject Object

Returns

Type
Boolean
See Also