Search Results for

    Show / Hide Table of Contents

    Class ImportGlossaryRequest

    Inheritance
    object
    ImportGlossaryRequest
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Crowdin.Api.Glossaries
    Assembly: Crowdin.Api.dll
    Syntax
    [PublicAPI]
    public class ImportGlossaryRequest

    Properties

    | Edit this page View Source

    FirstLineContainsHeader

    Declaration
    [JsonProperty("firstLineContainsHeader")]
    public bool? FirstLineContainsHeader { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    Scheme

    Declaration
    [JsonProperty("scheme")]
    public IDictionary<string, int>? Scheme { get; set; }
    Property Value
    Type Description
    IDictionary<string, int>
    | Edit this page View Source

    StorageId

    Declaration
    [JsonProperty("storageId")]
    public long StorageId { get; set; }
    Property Value
    Type Description
    long
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX