Search Results for

    Show / Hide Table of Contents

    Interface IExportControllerApi

    Represents a collection of functions to interact with the API endpoints

    Inherited Members
    IExportControllerApiSync.ExportEntities(string, string, string, string, string, bool?, DateTime?, DateTime?, int)
    IExportControllerApiSync.ExportEntitiesWithHttpInfo(string, string, string, string, string, bool?, DateTime?, DateTime?, int)
    IExportControllerApiSync.GetExportLink(string, ExportOptions, string, int)
    IExportControllerApiSync.GetExportLinkWithHttpInfo(string, ExportOptions, string, int)
    IExportControllerApiAsync.ExportEntitiesAsync(string, string, string, string, string, bool?, DateTime?, DateTime?, int, CancellationToken)
    IExportControllerApiAsync.ExportEntitiesWithHttpInfoAsync(string, string, string, string, string, bool?, DateTime?, DateTime?, int, CancellationToken)
    IExportControllerApiAsync.GetExportLinkAsync(string, ExportOptions, string, int, CancellationToken)
    IExportControllerApiAsync.GetExportLinkWithHttpInfoAsync(string, ExportOptions, string, int, CancellationToken)
    IApiAccessor.Configuration
    IApiAccessor.GetBasePath()
    IApiAccessor.ExceptionFactory
    Namespace: mailslurp.Api
    Assembly: mailslurp.dll
    Syntax
    public interface IExportControllerApi : IExportControllerApiSync, IExportControllerApiAsync, IApiAccessor
    • View Source
    In This Article
    Back to top See MailSlurp website for more information.