Search Results for

    Show / Hide Table of Contents

    Class ExportProjectTranslationRequest

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

    Properties

    | Improve this Doc View Source

    BranchIds

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

    DirectoryIds

    Declaration
    public ICollection<int>? DirectoryIds { get; set; }
    Property Value
    Type Description
    System.Nullable<ICollection<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

    FileIds

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

    Format

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

    LabelIds

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

    SkipUntranslatedFiles

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

    SkipUntranslatedStrings

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

    TargetLanguageId

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