Search Results for

    Show / Hide Table of Contents

    Interface ITemplateControllerApi

    Represents a collection of functions to interact with the API endpoints

    Inherited Members
    ITemplateControllerApiSync.CreateTemplate(CreateTemplateOptions, int)
    ITemplateControllerApiSync.CreateTemplateWithHttpInfo(CreateTemplateOptions, int)
    ITemplateControllerApiSync.DeleteTemplate(Guid, int)
    ITemplateControllerApiSync.DeleteTemplateWithHttpInfo(Guid, int)
    ITemplateControllerApiSync.GetAllTemplates(int?, int?, string, DateTime?, DateTime?, int)
    ITemplateControllerApiSync.GetAllTemplatesWithHttpInfo(int?, int?, string, DateTime?, DateTime?, int)
    ITemplateControllerApiSync.GetTemplate(Guid, int)
    ITemplateControllerApiSync.GetTemplateWithHttpInfo(Guid, int)
    ITemplateControllerApiSync.GetTemplatePreviewHtml(Guid, int)
    ITemplateControllerApiSync.GetTemplatePreviewHtmlWithHttpInfo(Guid, int)
    ITemplateControllerApiSync.GetTemplatePreviewJson(Guid, int)
    ITemplateControllerApiSync.GetTemplatePreviewJsonWithHttpInfo(Guid, int)
    ITemplateControllerApiSync.GetTemplates(int)
    ITemplateControllerApiSync.GetTemplatesWithHttpInfo(int)
    ITemplateControllerApiSync.UpdateTemplate(Guid, CreateTemplateOptions, int)
    ITemplateControllerApiSync.UpdateTemplateWithHttpInfo(Guid, CreateTemplateOptions, int)
    ITemplateControllerApiAsync.CreateTemplateAsync(CreateTemplateOptions, int, CancellationToken)
    ITemplateControllerApiAsync.CreateTemplateWithHttpInfoAsync(CreateTemplateOptions, int, CancellationToken)
    ITemplateControllerApiAsync.DeleteTemplateAsync(Guid, int, CancellationToken)
    ITemplateControllerApiAsync.DeleteTemplateWithHttpInfoAsync(Guid, int, CancellationToken)
    ITemplateControllerApiAsync.GetAllTemplatesAsync(int?, int?, string, DateTime?, DateTime?, int, CancellationToken)
    ITemplateControllerApiAsync.GetAllTemplatesWithHttpInfoAsync(int?, int?, string, DateTime?, DateTime?, int, CancellationToken)
    ITemplateControllerApiAsync.GetTemplateAsync(Guid, int, CancellationToken)
    ITemplateControllerApiAsync.GetTemplateWithHttpInfoAsync(Guid, int, CancellationToken)
    ITemplateControllerApiAsync.GetTemplatePreviewHtmlAsync(Guid, int, CancellationToken)
    ITemplateControllerApiAsync.GetTemplatePreviewHtmlWithHttpInfoAsync(Guid, int, CancellationToken)
    ITemplateControllerApiAsync.GetTemplatePreviewJsonAsync(Guid, int, CancellationToken)
    ITemplateControllerApiAsync.GetTemplatePreviewJsonWithHttpInfoAsync(Guid, int, CancellationToken)
    ITemplateControllerApiAsync.GetTemplatesAsync(int, CancellationToken)
    ITemplateControllerApiAsync.GetTemplatesWithHttpInfoAsync(int, CancellationToken)
    ITemplateControllerApiAsync.UpdateTemplateAsync(Guid, CreateTemplateOptions, int, CancellationToken)
    ITemplateControllerApiAsync.UpdateTemplateWithHttpInfoAsync(Guid, CreateTemplateOptions, int, CancellationToken)
    IApiAccessor.Configuration
    IApiAccessor.GetBasePath()
    IApiAccessor.ExceptionFactory
    Namespace: mailslurp.Api
    Assembly: mailslurp.dll
    Syntax
    public interface ITemplateControllerApi : ITemplateControllerApiSync, ITemplateControllerApiAsync, IApiAccessor
    • View Source
    In This Article
    Back to top See MailSlurp website for more information.