Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IWebhookPresentationFactory

    Namespace: Umbraco.Cms.Api.Management.Factories
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public interface IWebhookPresentationFactory

    Methods

    View Source

    CreateResponseModel(IWebhook)

    Declaration
    WebhookResponseModel CreateResponseModel(IWebhook webhook)
    Parameters
    Type Name Description
    IWebhook webhook
    Returns
    Type Description
    WebhookResponseModel
    View Source

    CreateWebhook(CreateWebhookRequestModel)

    Declaration
    IWebhook CreateWebhook(CreateWebhookRequestModel webhookRequestModel)
    Parameters
    Type Name Description
    CreateWebhookRequestModel webhookRequestModel
    Returns
    Type Description
    IWebhook
    View Source

    CreateWebhook(UpdateWebhookRequestModel, Guid)

    Declaration
    IWebhook CreateWebhook(UpdateWebhookRequestModel webhookRequestModel, Guid existingWebhookKey)
    Parameters
    Type Name Description
    UpdateWebhookRequestModel webhookRequestModel
    Guid existingWebhookKey
    Returns
    Type Description
    IWebhook
    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • CreateResponseModel(IWebhook)
      • CreateWebhook(CreateWebhookRequestModel)
      • CreateWebhook(UpdateWebhookRequestModel, Guid)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX