Search Results for

    Show / Hide Table of Contents
    View Source

    Class ItemScriptItemController

    Inheritance
    System.Object
    ManagementApiControllerBase
    ScriptItemControllerBase
    Namespace: Umbraco.Cms.Api.Management.Controllers.Script.Item
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class ItemScriptItemController : ScriptItemControllerBase

    Constructors

    View Source

    ItemScriptItemController(IFileItemPresentationFactory)

    Declaration
    public ItemScriptItemController(IFileItemPresentationFactory fileItemPresentationFactory)
    Parameters
    Type Name Description
    IFileItemPresentationFactory fileItemPresentationFactory

    Methods

    View Source

    Item(CancellationToken, HashSet<String>)

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