Method ListCommentReports
| Improve this Doc View SourceListCommentReports(ListCommentReportsForm, CancellationToken)
Lists comment reports.
Declaration
public Task<ListCommentReportsResponse> ListCommentReports(ListCommentReportsForm form, CancellationToken cancellationToken = default)
Parameters
| Type | Name | Description |
|---|---|---|
| ListCommentReportsForm | form | The form to send for listing comment reports. |
| CancellationToken | cancellationToken | Optional cancellation token to pass through to HttpClient |
Returns
| Type | Description |
|---|---|
| Task<ListCommentReportsResponse> | The task object representing the asynchronous operation. The task result contains the response with the listed comment reports. |