Search Results for

    Show / Hide Table of Contents

    Class UploadTranslationsResponse

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

    Properties

    | 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

    LanguageId

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

    ProjectId

    Declaration
    public int ProjectId { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    StorageId

    Declaration
    public long StorageId { get; set; }
    Property Value
    Type Description
    System.Int64
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX