Search Results for

    Show / Hide Table of Contents
    View Source

    Class AllHealthCheckGroupController

    Inheritance
    System.Object
    ManagementApiControllerBase
    HealthCheckGroupControllerBase
    Namespace: Umbraco.Cms.Api.Management.Controllers.HealthCheck.Group
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class AllHealthCheckGroupController : HealthCheckGroupControllerBase

    Constructors

    View Source

    AllHealthCheckGroupController(IHealthCheckGroupPresentationFactory, IUmbracoMapper)

    Declaration
    public AllHealthCheckGroupController(IHealthCheckGroupPresentationFactory healthCheckGroupPresentationFactory, IUmbracoMapper umbracoMapper)
    Parameters
    Type Name Description
    IHealthCheckGroupPresentationFactory healthCheckGroupPresentationFactory
    IUmbracoMapper umbracoMapper

    Methods

    View Source

    All(CancellationToken, Int32, Int32)

    Gets a paginated grouped list of all names the health checks are grouped by.

    Declaration
    public async Task<ActionResult<PagedViewModel<HealthCheckGroupResponseModel>>> All(CancellationToken cancellationToken, int skip = 0, int take = 100)
    Parameters
    Type Name Description
    CancellationToken cancellationToken
    System.Int32 skip

    The amount of items to skip.

    System.Int32 take

    The amount of items to take.

    Returns
    Type Description
    Task<ActionResult<PagedViewModel<HealthCheckGroupResponseModel>>>

    The paged result of health checks group names.

    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • AllHealthCheckGroupController(IHealthCheckGroupPresentationFactory, IUmbracoMapper)
    • Methods
      • All(CancellationToken, Int32, Int32)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX