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

Search Results for

    Improve this Doc

    Method CreateSite

    | Improve this Doc View Source

    CreateSite(CreateSiteForm, CancellationToken)

    Creates a new report for a private message.

    Declaration
    public Task<SiteResponse> CreateSite(CreateSiteForm form, CancellationToken cancellationToken = default)
    Parameters
    Type Name Description
    CreateSiteForm form

    The form to send for creating a private message report.

    CancellationToken cancellationToken

    Optional cancellation token to pass through to HttpClient

    Returns
    Type Description
    Task<SiteResponse>

    The task object representing the asynchronous operation. The task result contains the response after creating a private message report.

    Implements
    ILemmyHttpClient.CreateSite(CreateSiteForm, CancellationToken)
    © SlyCedix. All rights reserved.