Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IWebhookLogService

    Namespace: Umbraco.Cms.Core.Services
    Assembly: Umbraco.Core.dll
    Syntax
    public interface IWebhookLogService

    Methods

    View Source

    CreateAsync(WebhookLog)

    Declaration
    Task<WebhookLog> CreateAsync(WebhookLog webhookLog)
    Parameters
    Type Name Description
    WebhookLog webhookLog
    Returns
    Type Description
    Task<WebhookLog>
    View Source

    Get(Int32, Int32)

    Declaration
    Task<PagedModel<WebhookLog>> Get(int skip = 0, int take = 2147483647)
    Parameters
    Type Name Description
    System.Int32 skip
    System.Int32 take
    Returns
    Type Description
    Task<PagedModel<WebhookLog>>
    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • CreateAsync(WebhookLog)
      • Get(Int32, Int32)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX