Search Results for

    Show / Hide Table of Contents

    Class ProjectBuild.BuildAttributes

    Inheritance
    System.Object
    ProjectBuild.AttributesBase
    ProjectBuild.BuildAttributes
    Namespace: Crowdin.Api.Translations
    Assembly: Crowdin.Api.dll
    Syntax
    public class BuildAttributes : ProjectBuild.AttributesBase

    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

    DirectoryId

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

    ExportApprovedOnly

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

    ExportWithMinApprovalsCount

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

    SkipUntranslatedFiles

    Declaration
    public bool SkipUntranslatedFiles { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    SkipUntranslatedStrings

    Declaration
    public bool SkipUntranslatedStrings { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    TargetLanguageIds

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