Search Results for

    Show / Hide Table of Contents
    View Source

    Class SettingsTemplateQueryController

    Inheritance
    System.Object
    ManagementApiControllerBase
    TemplateControllerBase
    TemplateQueryControllerBase
    Namespace: Umbraco.Cms.Api.Management.Controllers.Template.Query
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class SettingsTemplateQueryController : TemplateQueryControllerBase

    Constructors

    View Source

    SettingsTemplateQueryController(IContentTypeService)

    Declaration
    public SettingsTemplateQueryController(IContentTypeService contentTypeService)
    Parameters
    Type Name Description
    IContentTypeService contentTypeService

    Methods

    View Source

    Settings(CancellationToken)

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