Search Results for

    Show / Hide Table of Contents

    Class ExportTmRequest

    Inheritance
    System.Object
    ExportTmRequest
    Namespace: Crowdin.Api.TranslationMemory
    Assembly: Crowdin.Api.dll
    Syntax
    public class ExportTmRequest : object

    Properties

    | Improve this Doc View Source

    Format

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

    SourceLanguageId

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

    TargetLanguageId

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