Method CreatePostReport
| Improve this Doc View SourceCreatePostReport(CreatePostReportForm, CancellationToken)
Creates a new report for a post.
Declaration
Task<PostReportResponse> CreatePostReport(CreatePostReportForm form, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
CreatePostReportForm | form | The form to send for creating a post report. |
CancellationToken | cancellationToken | Optional cancellation token to pass through to HttpClient |
Returns
Type | Description |
---|---|
Task<PostReportResponse> | The task object representing the asynchronous operation. The task result contains the response after creating a post report. |