Skip to main content
All docs
V23.2
.NET 6.0+

SecuritySystem.IsGrantedNavigate(IRequestSecurity, String, Type, Object, IObjectSpace) Method

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public static bool IsGrantedNavigate(
    IRequestSecurity security,
    string itemPath,
    Type objectType,
    object targetObject,
    IObjectSpace objectSpace
)

Parameters

Name Type
security DevExpress.ExpressApp.Security.IRequestSecurity
itemPath String
objectType Type
targetObject Object
objectSpace IObjectSpace

Returns

Type
Boolean
See Also