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(Int32[])

    Declaration
    Task DeleteByIds(int[] ids)
    Parameters
    Type Name Description
    System.Int32[] 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(Int32, Int32)

    Declaration
    Task<PagedModel<WebhookLog>> GetPagedAsync(int skip, int take)
    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)
      • DeleteByIds(Int32[])
      • GetOlderThanDate(DateTime)
      • GetPagedAsync(Int32, Int32)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX