Search Results for

    Show / Hide Table of Contents

    Class GlossaryImportStatus.ImportAttributes

    Inheritance
    System.Object
    GlossaryImportStatus.ImportAttributes
    Namespace: Crowdin.Api.Glossaries
    Assembly: Crowdin.Api.dll
    Syntax
    public class ImportAttributes : object

    Properties

    | Improve this Doc View Source

    FirstLineContainsHeader

    Declaration
    public bool FirstLineContainsHeader { get; set; }
    Property Value
    Type Description
    System.Boolean
    | 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
    In This Article
    Back to top Generated by DocFX