Search Results for

    Show / Hide Table of Contents

    Class TmImportStatus.ImportAttributes

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

    Properties

    | Improve this Doc View Source

    FirstLineContainsHeader

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

    Scheme

    Declaration
    public IDictionary<string, int> Scheme { get; set; }
    Property Value
    Type Description
    IDictionary<System.String, 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

    TmId

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