Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IWebhookLogRepository

    Namespace: Umbraco.Cms.Core.Persistence.Repositories
    Assembly: Umbraco.Core.dll
    Syntax
    public interface IWebhookLogRepository

    Methods

    View Source

    CreateAsync(WebhookLog)

    Declaration
    Task CreateAsync(WebhookLog log)
    Parameters
    Type Name Description
    WebhookLog log
    Returns
    Type Description
    Task
    View Source

    DeleteByIds(int[])

    Declaration
    Task DeleteByIds(int[] ids)
    Parameters
    Type Name Description
    int[] ids
    Returns
    Type Description
    Task
    View Source

    GetOlderThanDate(DateTime)

    Declaration
    Task<IEnumerable<WebhookLog>> GetOlderThanDate(DateTime date)
    Parameters
    Type Name Description
    DateTime date
    Returns
    Type Description
    Task<IEnumerable<WebhookLog>>
    View Source

    GetPagedAsync(Guid, int, int)

    Declaration
    Task<PagedModel<WebhookLog>> GetPagedAsync(Guid webhookKey, int skip, int take)
    Parameters
    Type Name Description
    Guid webhookKey
    int skip
    int take
    Returns
    Type Description
    Task<PagedModel<WebhookLog>>
    View Source

    GetPagedAsync(int, int)

    Declaration
    Task<PagedModel<WebhookLog>> GetPagedAsync(int skip, int take)
    Parameters
    Type Name Description
    int skip
    int take
    Returns
    Type Description
    Task<PagedModel<WebhookLog>>
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX