Search Results for

    Show / Hide Table of Contents
    View Source

    Class WebhookRequestDto

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Infrastructure.Persistence.Dtos
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public class WebhookRequestDto

    Properties

    View Source

    Alias

    Declaration
    public string Alias { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    Id

    Declaration
    public int Id { get; set; }
    Property Value
    Type Description
    System.Int32
    View Source

    RequestObject

    Declaration
    public string RequestObject { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    RetryCount

    Declaration
    public int RetryCount { get; set; }
    Property Value
    Type Description
    System.Int32
    View Source

    WebhookKey

    Declaration
    public Guid WebhookKey { get; set; }
    Property Value
    Type Description
    Guid
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • Alias
      • Id
      • RequestObject
      • RetryCount
      • WebhookKey
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX