• Articles
  • API Documentation
  • Pixiv.Models
  • Illust
Show / Hide Table of Contents
  • Pixiv
    • PixivClient
  • Pixiv.Clients
    • ApiClient
  • Pixiv.Clients.Auth
    • AuthenticationClient
  • Pixiv.Clients.IO
    • FileClient
  • Pixiv.Clients.V1
    • ApplicationInfoClient
    • IllustClient
    • IllustSeriesClient
    • MangaClient
    • MuteClient
    • NotificationClient
    • NovelClient
    • PPointClient
    • SearchClient
    • SpotlightClient
    • TrendingTagsClient
    • UserClient
    • WalkthroughClient
  • Pixiv.Clients.V1.Illust
    • BookmarkClient
  • Pixiv.Clients.V1.Novel
    • BookmarkClient
  • Pixiv.Clients.V1.Search
    • BookmarkRangesClient
  • Pixiv.Clients.V1.User
    • BookmarksClient
    • BookmarkTagsClient
    • BrowsingHistoryClient
    • FollowClient
    • MeClient
    • ProfileClient
    • WorkspaceClient
  • Pixiv.Clients.V2
    • IllustClient
    • SearchClient
    • UserClient
  • Pixiv.Clients.V2.Illust
    • BookmarkClient
  • Pixiv.Clients.V2.User
    • BrowsingHistoryClient
  • Pixiv.Clients.V2.User.BrowsingHistory
    • IllustClient
  • Pixiv.Enums
    • ContentType
    • IllustType
    • Publicity
    • RankingMode
    • Restrict
    • SearchTarget
    • Sort
  • Pixiv.Exceptions
    • ApiException
    • BadRequestException
    • PixivException
    • UnauthorizedException
  • Pixiv.Extensions
    • EnumExtensions
    • TaskExtension
  • Pixiv.Models
    • Address
    • ApiResponse
    • ApplicationInfo
    • BookmarkDetail
    • BookmarkDetailTag
    • BookmarkRange
    • BookmarkTag
    • BookmarkTagCollection
    • Comment
    • CommentCollection
    • Country
    • CoverImageUrls
    • Credential
    • GainsCollection
    • Illust
    • IllustCollection
    • IllustSeries
    • IllustSeriesCollection
    • IllustSeriesContext
    • IllustSeriesDetail
    • ImageUrls
    • Job
    • LossesCollection
    • MetaPage
    • MetaSinglePage
    • MinifiedUser
    • MuteList
    • Myself
    • NotificationSettings
    • NotificationType
    • Novel
    • NovelCollection
    • PointSummary
    • PrivacyPolicy
    • Profile
    • ProfileImageUrls
    • ProfilePresets
    • ProfilePublicity
    • Series
    • SeriesDetail
    • SpotlightArticle
    • SpotlightArticleCollection
    • Tag
    • TrendTag
    • User
    • UserCollection
    • UserDetail
    • UserPreview
    • UserPreviewCollection
    • UserState
    • Workspace

Class Illust

Inheritance
System.Object
ApiResponse
Illust
Inherited Members
ApiResponse.Extends
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pixiv.Models
Assembly: Pixiv.Net.dll
Syntax
public class Illust : ApiResponse

Properties

| Improve this Doc View Source

Caption

Declaration
[JsonProperty("caption")]
public string Caption { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

CreateDate

Declaration
[JsonProperty("create_date")]
[JsonConverter(typeof(IsoDateTimeConverter))]
public DateTime CreateDate { get; set; }
Property Value
Type Description
System.DateTime
| Improve this Doc View Source

Height

Declaration
[JsonProperty("height")]
public long Height { get; set; }
Property Value
Type Description
System.Int64
| Improve this Doc View Source

Id

Declaration
[JsonProperty("id")]
public long Id { get; set; }
Property Value
Type Description
System.Int64
| Improve this Doc View Source

ImageUrls

Declaration
[JsonProperty("image_urls")]
public ImageUrls ImageUrls { get; set; }
Property Value
Type Description
ImageUrls
| Improve this Doc View Source

IsBookmarked

Declaration
[JsonProperty("is_bookmarked")]
public bool IsBookmarked { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsMuted

Declaration
[JsonProperty("is_muted")]
public bool IsMuted { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsVisible

Declaration
[JsonProperty("visible")]
public bool IsVisible { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

MetaPages

Declaration
[JsonProperty("meta_pages")]
public IEnumerable<MetaPage> MetaPages { get; set; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<MetaPage>
| Improve this Doc View Source

MetaSinglePage

Declaration
[JsonProperty("meta_single_page")]
public MetaSinglePage MetaSinglePage { get; set; }
Property Value
Type Description
MetaSinglePage
| Improve this Doc View Source

PageCount

Declaration
[JsonProperty("page_count")]
public long PageCount { get; set; }
Property Value
Type Description
System.Int64
| Improve this Doc View Source

Restrict

Declaration
[JsonProperty("restrict")]
public int Restrict { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

SanityLevel

Declaration
[JsonProperty("sanity_level")]
public int SanityLevel { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

Series

Declaration
[JsonProperty("series")]
public Series Series { get; set; }
Property Value
Type Description
Series
| Improve this Doc View Source

Tags

Declaration
[JsonProperty("tags")]
public IEnumerable<Tag> Tags { get; set; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<Tag>
| Improve this Doc View Source

Title

Declaration
[JsonProperty("title")]
public string Title { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Tools

Declaration
[JsonProperty("tools")]
public IEnumerable<string> Tools { get; set; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<System.String>
| Improve this Doc View Source

TotalBookmarks

Declaration
[JsonProperty("total_bookmarks")]
public long TotalBookmarks { get; set; }
Property Value
Type Description
System.Int64
| Improve this Doc View Source

TotalComments

Declaration
[JsonProperty("total_comments")]
public long? TotalComments { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>
| Improve this Doc View Source

TotalView

Declaration
[JsonProperty("total_view")]
public long TotalView { get; set; }
Property Value
Type Description
System.Int64
| Improve this Doc View Source

Type

Declaration
[JsonProperty("type")]
[JsonConverter(typeof(StringEnumConverter))]
public IllustType Type { get; set; }
Property Value
Type Description
IllustType
| Improve this Doc View Source

User

Declaration
[JsonProperty("user")]
public MinifiedUser User { get; set; }
Property Value
Type Description
MinifiedUser
| Improve this Doc View Source

Width

Declaration
[JsonProperty("width")]
public long Width { get; set; }
Property Value
Type Description
System.Int64
| Improve this Doc View Source

XRestrict

Declaration
[JsonProperty("x_restrict")]
public int XRestrict { get; set; }
Property Value
Type Description
System.Int32
  • Improve this Doc
  • View Source
In This Article
  • Properties
    • Caption
    • CreateDate
    • Height
    • Id
    • ImageUrls
    • IsBookmarked
    • IsMuted
    • IsVisible
    • MetaPages
    • MetaSinglePage
    • PageCount
    • Restrict
    • SanityLevel
    • Series
    • Tags
    • Title
    • Tools
    • TotalBookmarks
    • TotalComments
    • TotalView
    • Type
    • User
    • Width
    • XRestrict
Back to top Generated by DocFX