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

Search Results for

    Improve this Doc

    Method PurgeCommunity

    | Improve this Doc View Source

    PurgeCommunity(PurgeCommunityForm, CancellationToken)

    Purges a community.

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

    The form to send for purging a community.

    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 community.

    Implements
    ILemmyHttpClient.PurgeCommunity(PurgeCommunityForm, CancellationToken)
    © SlyCedix. All rights reserved.