Search Results for

    Show / Hide Table of Contents
    View Source

    Class RequireTreeRootAccessAttribute

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Api.Management.Filters
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public abstract class RequireTreeRootAccessAttribute : ActionFilterAttribute

    Methods

    View Source

    GetUserStartNodeIds(IUser, ActionExecutingContext)

    Declaration
    protected abstract int[] GetUserStartNodeIds(IUser user, ActionExecutingContext context)
    Parameters
    Type Name Description
    IUser user
    ActionExecutingContext context
    Returns
    Type Description
    System.Int32[]
    View Source

    OnActionExecuting(ActionExecutingContext)

    Declaration
    public override void OnActionExecuting(ActionExecutingContext context)
    Parameters
    Type Name Description
    ActionExecutingContext context
    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • GetUserStartNodeIds(IUser, ActionExecutingContext)
      • OnActionExecuting(ActionExecutingContext)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX