Inttegro .NET SDK
Search Results for

    Show / Hide Table of Contents

    Class MessageTemplatesResource

    Inheritance
    object
    MessageTemplatesResource
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Inttegro.Resources
    Assembly: Inttegro.dll
    Syntax
    public sealed class MessageTemplatesResource

    Methods

    | Edit this page View Source

    ArchiveAsync(string, string?, CancellationToken)

    Declaration
    public Task<MessageTemplate> ArchiveAsync(string templateId, string? idempotencyKey = null, CancellationToken cancellationToken = default)
    Parameters
    Type Name Description
    string templateId
    string idempotencyKey
    CancellationToken cancellationToken
    Returns
    Type Description
    Task<MessageTemplate>
    | Edit this page View Source

    CreateAsync(object, string?, CancellationToken)

    Declaration
    public Task<MessageTemplate> CreateAsync(object payload, string? idempotencyKey = null, CancellationToken cancellationToken = default)
    Parameters
    Type Name Description
    object payload
    string idempotencyKey
    CancellationToken cancellationToken
    Returns
    Type Description
    Task<MessageTemplate>
    | Edit this page View Source

    LookupAsync(string, CancellationToken)

    Declaration
    public Task<MessageTemplate> LookupAsync(string templateId, CancellationToken cancellationToken = default)
    Parameters
    Type Name Description
    string templateId
    CancellationToken cancellationToken
    Returns
    Type Description
    Task<MessageTemplate>
    | Edit this page View Source

    PageAsync(object?, CancellationToken)

    Declaration
    public Task<MessageTemplatePage> PageAsync(object? payload = null, CancellationToken cancellationToken = default)
    Parameters
    Type Name Description
    object payload
    CancellationToken cancellationToken
    Returns
    Type Description
    Task<MessageTemplatePage>
    | Edit this page View Source

    PublishAsync(string, string?, CancellationToken)

    Declaration
    public Task<MessageTemplate> PublishAsync(string templateId, string? idempotencyKey = null, CancellationToken cancellationToken = default)
    Parameters
    Type Name Description
    string templateId
    string idempotencyKey
    CancellationToken cancellationToken
    Returns
    Type Description
    Task<MessageTemplate>
    | Edit this page View Source

    RenderPreviewAsync(object, CancellationToken)

    Declaration
    public Task<MessageTemplatePreview> RenderPreviewAsync(object payload, CancellationToken cancellationToken = default)
    Parameters
    Type Name Description
    object payload
    CancellationToken cancellationToken
    Returns
    Type Description
    Task<MessageTemplatePreview>
    | Edit this page View Source

    UpdateAsync(object, string?, CancellationToken)

    Declaration
    public Task<MessageTemplate> UpdateAsync(object payload, string? idempotencyKey = null, CancellationToken cancellationToken = default)
    Parameters
    Type Name Description
    object payload
    string idempotencyKey
    CancellationToken cancellationToken
    Returns
    Type Description
    Task<MessageTemplate>
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX