Class BookmarkRangesClient
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.Search
Assembly: Pixiv.Net.dll
Syntax
public class BookmarkRangesClient : ApiClient
Methods
| Improve this Doc View SourceIllustAsync(String, SearchTarget, Sort, Nullable<Int64>, Nullable<Int64>, Boolean, Boolean, Nullable<DateTime>, Nullable<DateTime>, String)
Declaration
public Task<IEnumerable<BookmarkRange>> IllustAsync(string word, SearchTarget searchTarget, Sort sort, long? bookmarkNumMax = default(long? ), long? bookmarkNumMin = default(long? ), bool includeTranslatedTagResults = true, bool mergePlainKeywordResults = true, DateTime? startDate = default(DateTime? ), DateTime? endDate = default(DateTime? ), string filter = "for_ios")
Parameters
Type | Name | Description |
---|---|---|
System. |
word | |
Search |
searchTarget | |
Sort | sort | |
System. |
bookmarkNumMax | |
System. |
bookmarkNumMin | |
System. |
includeTranslatedTagResults | |
System. |
mergePlainKeywordResults | |
System. |
startDate | |
System. |
endDate | |
System. |
filter |
Returns
Type | Description |
---|---|
System. |
NovelAsync(String, SearchTarget, Sort, Nullable<Int64>, Nullable<Int64>, Boolean, Boolean, Nullable<DateTime>, Nullable<DateTime>, String)
Declaration
public Task<IEnumerable<BookmarkRange>> NovelAsync(string word, SearchTarget searchTarget, Sort sort, long? bookmarkNumMax = default(long? ), long? bookmarkNumMin = default(long? ), bool includeTranslatedTagResults = true, bool mergePlainKeywordResults = true, DateTime? startDate = default(DateTime? ), DateTime? endDate = default(DateTime? ), string filter = "for_ios")
Parameters
Type | Name | Description |
---|---|---|
System. |
word | |
Search |
searchTarget | |
Sort | sort | |
System. |
bookmarkNumMax | |
System. |
bookmarkNumMin | |
System. |
includeTranslatedTagResults | |
System. |
mergePlainKeywordResults | |
System. |
startDate | |
System. |
endDate | |
System. |
filter |
Returns
Type | Description |
---|---|
System. |