Class BookmarksClient
Inherited Members
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.User
Assembly: Pixiv.Net.dll
Syntax
public class BookmarksClient : ApiClient
Methods
| Improve this Doc View SourceIllustAsync(Int64, Restrict, String, Nullable<Int64>, String)
Declaration
public Task<IllustCollection> IllustAsync(long userId, Restrict restrict = Restrict.Public, string tag = null, long? maxBookmarkId = default(long? ), string filter = "for_ios")
Parameters
Type | Name | Description |
---|---|---|
System. |
userId | |
Restrict | restrict | |
System. |
tag | |
System. |
maxBookmarkId | |
System. |
filter |
Returns
Type | Description |
---|---|
System. |
NovelAsync(Int64, Restrict, String, Nullable<Int64>)
Declaration
public Task<NovelCollection> NovelAsync(long userId, Restrict restrict = Restrict.Public, string tag = null, long? maxBookmarkId = default(long? ))
Parameters
Type | Name | Description |
---|---|---|
System. |
userId | |
Restrict | restrict | |
System. |
tag | |
System. |
maxBookmarkId |
Returns
Type | Description |
---|---|
System. |