Search Results for

    Show / Hide Table of Contents
    View Source

    Class ByPathPartialViewFolderController

    Inheritance
    System.Object
    ManagementApiControllerBase
    FileSystemManagementControllerBase
    PartialViewFolderControllerBase
    Namespace: Umbraco.Cms.Api.Management.Controllers.PartialView.Folder
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class ByPathPartialViewFolderController : PartialViewFolderControllerBase

    Constructors

    View Source

    ByPathPartialViewFolderController(IPartialViewFolderService, IUmbracoMapper)

    Declaration
    public ByPathPartialViewFolderController(IPartialViewFolderService partialViewFolderService, IUmbracoMapper mapper)
    Parameters
    Type Name Description
    IPartialViewFolderService partialViewFolderService
    IUmbracoMapper mapper

    Methods

    View Source

    ByPath(CancellationToken, String)

    Declaration
    public async Task<IActionResult> ByPath(CancellationToken cancellationToken, string path)
    Parameters
    Type Name Description
    CancellationToken cancellationToken
    System.String path
    Returns
    Type Description
    Task<IActionResult>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • ByPathPartialViewFolderController(IPartialViewFolderService, IUmbracoMapper)
    • Methods
      • ByPath(CancellationToken, String)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX