Method EditComment
| Improve this Doc View SourceEditComment(EditCommentForm, CancellationToken)
Edits a comment.
Declaration
public Task<CommentResponse> EditComment(EditCommentForm form, CancellationToken cancellationToken = default)
Parameters
| Type | Name | Description |
|---|---|---|
| EditCommentForm | form | The form to send for editing a comment. |
| CancellationToken | cancellationToken | Optional cancellation token to pass through to HttpClient |
Returns
| Type | Description |
|---|---|
| Task<CommentResponse> | The task object representing the asynchronous operation. The task result contains the response after editing the comment. |