• Articles
  • API Documentation
  • Pixiv.Clients.V1
  • IllustClient
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 IllustClient

Inheritance
System.Object
ApiClient
IllustClient
Inherited Members
ApiClient.Client
ApiClient.GetAsync<T>(String, List<KeyValuePair<String, Object>>, String)
ApiClient.GetAsync(String, List<KeyValuePair<String, Object>>, String)
ApiClient.GetAsStreamAsync(Uri, String)
ApiClient.PostAsync<T>(String, List<KeyValuePair<String, Object>>, String)
ApiClient.PostAsync(String, List<KeyValuePair<String, Object>>, String)
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.Clients.V1
Assembly: Pixiv.Net.dll
Syntax
public class IllustClient : ApiClient

Properties

| Improve this Doc View Source

Bookmark

Declaration
public BookmarkClient Bookmark { get; }
Property Value
Type Description
BookmarkClient

Methods

| Improve this Doc View Source

DetailAsync(Int64)

Declaration
public Task<Illust> DetailAsync(long illustId)
Parameters
Type Name Description
System.Int64 illustId
Returns
Type Description
System.Threading.Tasks.Task<Illust>
| Improve this Doc View Source

NewAsync(ContentType, Nullable<Int64>, String)

Declaration
public Task<IllustCollection> NewAsync(ContentType contentType, long? maxIllustId = default(long? ), string filter = "for_ios")
Parameters
Type Name Description
ContentType contentType
System.Nullable<System.Int64> maxIllustId
System.String filter
Returns
Type Description
System.Threading.Tasks.Task<IllustCollection>
| Improve this Doc View Source

RankingAsync(RankingMode, Nullable<DateTime>, Nullable<Int64>, String)

Declaration
public Task<IllustCollection> RankingAsync(RankingMode rankingMode, DateTime? date = default(DateTime? ), long? offset = default(long? ), string filter = "for_ios")
Parameters
Type Name Description
RankingMode rankingMode
System.Nullable<System.DateTime> date
System.Nullable<System.Int64> offset
System.String filter
Returns
Type Description
System.Threading.Tasks.Task<IllustCollection>
| Improve this Doc View Source

RecommendedAsync(Boolean, Boolean, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, String)

Declaration
public Task<IllustCollection> RecommendedAsync(bool includeRankingIllusts = true, bool includePrivacyPolicy = true, long? maxBookmarkIdForRecentIllust = default(long? ), long? minBookmarkIdForRecommend = default(long? ), long? offset = default(long? ), string filter = "for_ios")
Parameters
Type Name Description
System.Boolean includeRankingIllusts
System.Boolean includePrivacyPolicy
System.Nullable<System.Int64> maxBookmarkIdForRecentIllust
System.Nullable<System.Int64> minBookmarkIdForRecommend
System.Nullable<System.Int64> offset
System.String filter
Returns
Type Description
System.Threading.Tasks.Task<IllustCollection>
| Improve this Doc View Source

Series(Int64, Nullable<Int64>, String)

Declaration
public Task<SeriesDetail> Series(long illustSeriesId, long? offset = default(long? ), string filter = "for_ios")
Parameters
Type Name Description
System.Int64 illustSeriesId
System.Nullable<System.Int64> offset
System.String filter
Returns
Type Description
System.Threading.Tasks.Task<SeriesDetail>
  • Improve this Doc
  • View Source
In This Article
  • Properties
    • Bookmark
  • Methods
    • DetailAsync(Int64)
    • NewAsync(ContentType, Nullable<Int64>, String)
    • RankingAsync(RankingMode, Nullable<DateTime>, Nullable<Int64>, String)
    • RecommendedAsync(Boolean, Boolean, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, String)
    • Series(Int64, Nullable<Int64>, String)
Back to top Generated by DocFX