Skip to main content
All docs
V25.1
  • .NET Framework 4.6.2+

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

    Namespace: DevExpress.ExpressApp

    Assembly: DevExpress.ExpressApp.v25.1.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