Lemmy .NET API Lemmy .NET API
Lemmy .NET API Lemmy .NET API

Search Results for

    Improve this Doc

    Method PurgeComment

    | Improve this Doc View Source

    PurgeComment(PurgeCommentForm, CancellationToken)

    Purges a comment.

    Declaration
    public Task<PurgeItemResponse> PurgeComment(PurgeCommentForm form, CancellationToken cancellationToken = default)
    Parameters
    Type Name Description
    PurgeCommentForm form

    The form to send for purging a comment.

    CancellationToken cancellationToken

    Optional cancellation token to pass through to HttpClient

    Returns
    Type Description
    Task<PurgeItemResponse>

    The task object representing the asynchronous operation. The task result contains the response after purging the comment.

    Implements
    ILemmyHttpClient.PurgeComment(PurgeCommentForm, CancellationToken)
    © SlyCedix. All rights reserved.