Search Results for

    Show / Hide Table of Contents

    Interface IStorageApiExecutor

    Namespace: Crowdin.Api.Storage
    Assembly: Crowdin.Api.dll
    Syntax
    [PublicAPI]
    public interface IStorageApiExecutor

    Methods

    | Edit this page View Source

    AddStorage(Stream, string)

    Declaration
    Task<StorageResource> AddStorage(Stream fileStream, string filename)
    Parameters
    Type Name Description
    Stream fileStream
    string filename
    Returns
    Type Description
    Task<StorageResource>
    | Edit this page View Source

    DeleteStorage(long)

    Declaration
    Task DeleteStorage(long storageId)
    Parameters
    Type Name Description
    long storageId
    Returns
    Type Description
    Task
    | Edit this page View Source

    GetStorage(long)

    Declaration
    Task<StorageResource> GetStorage(long storageId)
    Parameters
    Type Name Description
    long storageId
    Returns
    Type Description
    Task<StorageResource>
    | Edit this page View Source

    ListStorages(int, int)

    Declaration
    Task<ResponseList<StorageResource>> ListStorages(int limit = 25, int offset = 0)
    Parameters
    Type Name Description
    int limit
    int offset
    Returns
    Type Description
    Task<ResponseList<StorageResource>>
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX