Search Results for

    Show / Hide Table of Contents
    View Source

    Class InformationServerController

    Inheritance
    System.Object
    ManagementApiControllerBase
    ServerControllerBase
    Namespace: Umbraco.Cms.Api.Management.Controllers.Server
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class InformationServerController : ServerControllerBase

    Constructors

    View Source

    InformationServerController(IServerInformationService, IUmbracoMapper)

    Declaration
    public InformationServerController(IServerInformationService serverInformationService, IUmbracoMapper umbracoMapper)
    Parameters
    Type Name Description
    IServerInformationService serverInformationService
    IUmbracoMapper umbracoMapper

    Methods

    View Source

    Information(CancellationToken)

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