Search Results for

    Show / Hide Table of Contents
    View Source

    Class GetHelpController

    Inheritance
    System.Object
    ManagementApiControllerBase
    HelpControllerBase
    Namespace: Umbraco.Cms.Api.Management.Controllers.Help
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class GetHelpController : HelpControllerBase

    Constructors

    View Source

    GetHelpController(IOptionsMonitor<HelpPageSettings>, ILogger<GetHelpController>, IJsonSerializer)

    Declaration
    public GetHelpController(IOptionsMonitor<HelpPageSettings> helpPageSettings, ILogger<GetHelpController> logger, IJsonSerializer jsonSerializer)
    Parameters
    Type Name Description
    IOptionsMonitor<HelpPageSettings> helpPageSettings
    ILogger<GetHelpController> logger
    IJsonSerializer jsonSerializer

    Methods

    View Source

    Get(CancellationToken, String, String, Int32, Int32, String)

    Declaration
    public async Task<IActionResult> Get(CancellationToken cancellationToken, string section, string tree, int skip = 0, int take = 100, string baseUrl = "https://our.umbraco.com")
    Parameters
    Type Name Description
    CancellationToken cancellationToken
    System.String section
    System.String tree
    System.Int32 skip
    System.Int32 take
    System.String baseUrl
    Returns
    Type Description
    Task<IActionResult>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • GetHelpController(IOptionsMonitor<HelpPageSettings>, ILogger<GetHelpController>, IJsonSerializer)
    • Methods
      • Get(CancellationToken, String, String, Int32, Int32, String)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX