• Core
  • Infrastructure
  • Web
  • Extensions
Search Results for

    Show / Hide Table of Contents
    View Source

    Class AllWebhookLogController

    Inheritance
    System.Object
    ManagementApiControllerBase
    WebhookLogControllerBase
    Namespace: Umbraco.Cms.Api.Management.Controllers.Webhook.Logs
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class AllWebhookLogController : WebhookLogControllerBase

    Constructors

    View Source

    AllWebhookLogController(IWebhookLogService, IWebhookPresentationFactory)

    Declaration
    public AllWebhookLogController(IWebhookLogService webhookLogService, IWebhookPresentationFactory webhookPresentationFactory)
    Parameters
    Type Name Description
    IWebhookLogService webhookLogService
    IWebhookPresentationFactory webhookPresentationFactory

    Methods

    View Source

    Logs(CancellationToken, Int32, Int32)

    Declaration
    public async Task<IActionResult> Logs(CancellationToken cancellationToken, int skip = 0, int take = 100)
    Parameters
    Type Name Description
    CancellationToken cancellationToken
    System.Int32 skip
    System.Int32 take
    Returns
    Type Description
    Task<IActionResult>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • AllWebhookLogController(IWebhookLogService, IWebhookPresentationFactory)
    • Methods
      • Logs(CancellationToken, Int32, Int32)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX