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