Search Results for

    Show / Hide Table of Contents

    Class StorageApiExecutor

    Inheritance
    object
    StorageApiExecutor
    Implements
    IStorageApiExecutor
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Crowdin.Api.Storage
    Assembly: Crowdin.Api.dll
    Syntax
    public class StorageApiExecutor : IStorageApiExecutor

    Constructors

    | Edit this page View Source

    StorageApiExecutor(ICrowdinApiClient)

    Declaration
    public StorageApiExecutor(ICrowdinApiClient apiClient)
    Parameters
    Type Name Description
    ICrowdinApiClient apiClient
    | Edit this page View Source

    StorageApiExecutor(ICrowdinApiClient, IJsonParser)

    Declaration
    public StorageApiExecutor(ICrowdinApiClient apiClient, IJsonParser jsonParser)
    Parameters
    Type Name Description
    ICrowdinApiClient apiClient
    IJsonParser jsonParser

    Methods

    | Edit this page View Source

    AddStorage(Stream, string)

    Add storage. Documentation: Crowdin API Crowdin Enterprise API

    Declaration
    [PublicAPI]
    public 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)

    Delete storage. Documentation: Crowdin API Crowdin Enterprise API

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

    GetStorage(long)

    Get storage. Documentation: Crowdin API Crowdin Enterprise API

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

    ListStorages(int, int)

    List storages. Documentation: Crowdin API Crowdin Enterprise API

    Declaration
    [PublicAPI]
    public Task<ResponseList<StorageResource>> ListStorages(int limit = 25, int offset = 0)
    Parameters
    Type Name Description
    int limit
    int offset
    Returns
    Type Description
    Task<ResponseList<StorageResource>>

    Implements

    IStorageApiExecutor
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX