Skip to main content
.NET 6.0+

IsGrantedExtensions.CanDelete(SecurityStrategy, Type, Object) Method

For internal use.

Namespace: DevExpress.ExpressApp.Security

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

Declaration

public static bool CanDelete(
    this SecurityStrategy security,
    Type type,
    object targetObjectKey
)

Parameters

Name Type
security SecurityStrategy
type Type
targetObjectKey Object

Returns

Type
Boolean
See Also