Search Results for

    Show / Hide Table of Contents

    Interface IDictionariesApiExecutor

    Namespace: Crowdin.Api.Dictionaries
    Assembly: Crowdin.Api.dll
    Syntax
    [PublicAPI]
    public interface IDictionariesApiExecutor

    Methods

    | Edit this page View Source

    EditDictionary(long, string, IEnumerable<DictionaryPatch>)

    Declaration
    Task<Dictionary> EditDictionary(long projectId, string languageId, IEnumerable<DictionaryPatch> patches)
    Parameters
    Type Name Description
    long projectId
    string languageId
    IEnumerable<DictionaryPatch> patches
    Returns
    Type Description
    Task<Dictionary>
    | Edit this page View Source

    ListDictionaries(long, string?)

    Declaration
    Task<ResponseList<Dictionary>> ListDictionaries(long projectId, string? languageIds = null)
    Parameters
    Type Name Description
    long projectId
    string languageIds
    Returns
    Type Description
    Task<ResponseList<Dictionary>>
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX