Search Results for

    Show / Hide Table of Contents
    View Source

    Class GetQueryStepsController

    Inheritance
    System.Object
    ManagementApiControllerBase
    DynamicRootControllerBase
    Namespace: Umbraco.Cms.Api.Management.Controllers.DynamicRoot
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class GetQueryStepsController : DynamicRootControllerBase

    Constructors

    View Source

    GetQueryStepsController(DynamicRootQueryStepCollection)

    Declaration
    public GetQueryStepsController(DynamicRootQueryStepCollection dynamicRootQueryStepCollection)
    Parameters
    Type Name Description
    DynamicRootQueryStepCollection dynamicRootQueryStepCollection

    Methods

    View Source

    GetQuerySteps(CancellationToken)

    Declaration
    public async Task<IActionResult> GetQuerySteps(CancellationToken cancellationToken)
    Parameters
    Type Name Description
    CancellationToken cancellationToken
    Returns
    Type Description
    Task<IActionResult>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • GetQueryStepsController(DynamicRootQueryStepCollection)
    • Methods
      • GetQuerySteps(CancellationToken)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX