Search Results for

    Show / Hide Table of Contents

    Class UploadTranslationsRequest

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

    Properties

    | Improve this Doc View Source

    AddToTm

    Declaration
    public bool? AddToTm { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>
    | Improve this Doc View Source

    AutoApproveImported

    Declaration
    public bool? AutoApproveImported { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>
    | Improve this Doc View Source

    BranchId

    Declaration
    public int? BranchId { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>
    | Improve this Doc View Source

    FileId

    Declaration
    public int? FileId { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>
    | Improve this Doc View Source

    ImportEqSuggestions

    Declaration
    public bool? ImportEqSuggestions { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>
    | Improve this Doc View Source

    StorageId

    Declaration
    public long StorageId { get; set; }
    Property Value
    Type Description
    System.Int64
    | Improve this Doc View Source

    TranslateHidden

    Declaration
    public bool? TranslateHidden { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX