Search Results for

    Show / Hide Table of Contents

    Class EnterpriseTranslationCreateProjectBuildForm

    Inheritance
    object
    BuildProjectTranslationRequest
    EnterpriseTranslationCreateProjectBuildForm
    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 EnterpriseTranslationCreateProjectBuildForm : BuildProjectTranslationRequest

    Properties

    | Edit this page View Source

    BranchId

    Declaration
    [JsonProperty("branchId")]
    public long? BranchId { get; set; }
    Property Value
    Type Description
    long?
    | Edit this page View Source

    ExportWithMinApprovalsCount

    Declaration
    [JsonProperty("exportWithMinApprovalsCount")]
    public int? ExportWithMinApprovalsCount { get; set; }
    Property Value
    Type Description
    int?
    | Edit this page View Source

    SkipUntranslatedFiles

    Declaration
    [JsonProperty("skipUntranslatedFiles")]
    public bool? SkipUntranslatedFiles { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    SkipUntranslatedStrings

    Declaration
    [JsonProperty("skipUntranslatedStrings")]
    public bool? SkipUntranslatedStrings { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    TargetLanguageIds

    Declaration
    [JsonProperty("targetLanguageIds")]
    public ICollection<string>? TargetLanguageIds { get; set; }
    Property Value
    Type Description
    ICollection<string>
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX