Search Results for

    Show / Hide Table of Contents

    Interface IDictionariesApiExecutor

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

    Methods

    | Improve this Doc View Source

    EditDictionary(Int32, String, IEnumerable<DictionaryPatch>)

    Declaration
    Task<Dictionary> EditDictionary(int projectId, string languageId, IEnumerable<DictionaryPatch> patches)
    Parameters
    Type Name Description
    System.Int32 projectId
    System.String languageId
    IEnumerable<DictionaryPatch> patches
    Returns
    Type Description
    Task<Dictionary>
    | Improve this Doc View Source

    ListDictionaries(Int32, Nullable<String>)

    Declaration
    Task<ResponseList<Dictionary>> ListDictionaries(int projectId, string? languageIds = null)
    Parameters
    Type Name Description
    System.Int32 projectId
    System.Nullable<System.String> languageIds
    Returns
    Type Description
    Task<ResponseList<Dictionary>>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX