Search Results for

    Show / Hide Table of Contents

    Class TranslationImportLanguage

    Inheritance
    object
    TranslationImportLanguage
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Crowdin.Api.Translations
    Assembly: Crowdin.Api.dll
    Syntax
    [PublicAPI]
    public class TranslationImportLanguage

    Properties

    | Edit this page View Source

    Files

    Declaration
    [JsonProperty("files")]
    public List<TranslationImportFile> Files { get; set; }
    Property Value
    Type Description
    List<TranslationImportFile>
    | Edit this page View Source

    Id

    Declaration
    [JsonProperty("id")]
    public string Id { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Skipped

    Declaration
    [JsonProperty("skipped")]
    public TranslationImportSkipped Skipped { get; set; }
    Property Value
    Type Description
    TranslationImportSkipped
    | Edit this page View Source

    SkippedQaCheckCategories

    Declaration
    [JsonProperty("skippedQaCheckCategories")]
    public ImportSkippedQaCheckCategories SkippedQaCheckCategories { get; set; }
    Property Value
    Type Description
    ImportSkippedQaCheckCategories
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX