Search Results for

    Show / Hide Table of Contents

    Class CommentAttachment

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

    Properties

    | Edit this page View Source

    Category

    Declaration
    [JsonProperty("category")]
    public string Category { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    DownloadUrl

    Declaration
    [JsonProperty("downloadUrl")]
    public string DownloadUrl { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Id

    Declaration
    [JsonProperty("id")]
    public long Id { get; set; }
    Property Value
    Type Description
    long
    | Edit this page View Source

    Mime

    Declaration
    [JsonProperty("mime")]
    public string Mime { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Name

    Declaration
    [JsonProperty("name")]
    public string Name { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Size

    Declaration
    [JsonProperty("size")]
    public int Size { get; set; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    ThumbnailUrl

    Declaration
    [JsonProperty("thumbnailUrl")]
    public string ThumbnailUrl { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Url

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