Skip to main content
.NET 6.0+

IsGrantedAdapter.IsDeletedObject(IObjectSpace, Type, Object) Method

For internal use.

Namespace: DevExpress.ExpressApp.Security.Adapters

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

Declaration

public static bool IsDeletedObject(
    IObjectSpace objectSpace,
    Type type,
    object targetObject
)

Parameters

Name Type
objectSpace IObjectSpace
type Type
targetObject Object

Returns

Type
Boolean
See Also