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

Inheritance
System.Object
ApiClient
WorkspaceClient
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.User
Assembly: Pixiv.Net.dll
Syntax
public class WorkspaceClient : ApiClient

Methods

| Improve this Doc View Source

EditAsync(String, String, String, String, String, String, String, String, String, String, String, String)

Declaration
public Task EditAsync(string chair = "", string comment = "", string desk = "", string desktop = "", string monitor = "", string mouse = "", string music = "", string pc = "", string printer = "", string scanner = "", string tablet = "", string tool = "")
Parameters
Type Name Description
System.String chair
System.String comment
System.String desk
System.String desktop
System.String monitor
System.String mouse
System.String music
System.String pc
System.String printer
System.String scanner
System.String tablet
System.String tool
Returns
Type Description
System.Threading.Tasks.Task
  • Improve this Doc
  • View Source
In This Article
  • Methods
    • EditAsync(String, String, String, String, String, String, String, String, String, String, String, String)
Back to top Generated by DocFX