Search Results for

    Show / Hide Table of Contents

    Class TargetLanguage

    Inheritance
    System.Object
    TargetLanguage
    Namespace: Crowdin.Api.Translations
    Assembly: Crowdin.Api.dll
    Syntax
    public class TargetLanguage : object

    Properties

    | Improve this Doc View Source

    Files

    Declaration
    public TargetLanguage.File[] Files { get; set; }
    Property Value
    Type Description
    TargetLanguage.File[]
    | Improve this Doc View Source

    Id

    Declaration
    public string Id { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Skipped

    Declaration
    public TargetLanguage.SkippedObject Skipped { get; set; }
    Property Value
    Type Description
    TargetLanguage.SkippedObject
    | Improve this Doc View Source

    SkippedQaCheckCategories

    Declaration
    public QaCheckIssueCategory[] SkippedQaCheckCategories { get; set; }
    Property Value
    Type Description
    QaCheckIssueCategory[]
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX