Search Results for

    Show / Hide Table of Contents
    View Source

    Class PartialViewMacrosTreeController

    Tree for displaying partial view macros in the developer app

    Inheritance
    System.Object
    Microsoft.AspNetCore.Mvc.ControllerBase
    UmbracoApiControllerBase
    UmbracoApiController
    UmbracoAuthorizedApiController
    TreeControllerBase
    TreeController
    FileSystemTreeController
    PartialViewsTreeController
    Namespace: Umbraco.Cms.Web.BackOffice.Trees
    Assembly: Umbraco.Web.BackOffice.dll
    Syntax
    [Authorize(Policy = "TreeAccessPartialViewMacros")]
    public class PartialViewMacrosTreeController : PartialViewsTreeController

    Constructors

    View Source

    PartialViewMacrosTreeController(ILocalizedTextService, UmbracoApiControllerTypeCollection, IMenuItemCollectionFactory, FileSystems, IEventAggregator)

    Declaration
    public PartialViewMacrosTreeController(ILocalizedTextService localizedTextService, UmbracoApiControllerTypeCollection umbracoApiControllerTypeCollection, IMenuItemCollectionFactory menuItemCollectionFactory, FileSystems fileSystems, IEventAggregator eventAggregator)
    Parameters
    Type Name Description
    ILocalizedTextService localizedTextService
    UmbracoApiControllerTypeCollection umbracoApiControllerTypeCollection
    IMenuItemCollectionFactory menuItemCollectionFactory
    FileSystems fileSystems
    IEventAggregator eventAggregator

    Properties

    View Source

    Extensions

    Declaration
    protected override string[] Extensions { get; }
    Property Value
    Type Description
    System.String[]
    View Source

    FileIcon

    Declaration
    protected override string FileIcon { get; }
    Property Value
    Type Description
    System.String
    View Source

    FileSystem

    Declaration
    protected override IFileSystem? FileSystem { get; }
    Property Value
    Type Description
    System.Nullable<IFileSystem>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • PartialViewMacrosTreeController(ILocalizedTextService, UmbracoApiControllerTypeCollection, IMenuItemCollectionFactory, FileSystems, IEventAggregator)
    • Properties
      • Extensions
      • FileIcon
      • FileSystem
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX