Table of Contents

Method ModifyAsync

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

ModifyAsync(Action<ForumPostTagEditModel>, CancellationToken)

Modifies the tag.

public Task<ForumPostTag> ModifyAsync(Action<ForumPostTagEditModel> action, CancellationToken cancellationToken = default)

Parameters

action Action<ForumPostTagEditModel>

The action to perform on the edit model.

cancellationToken CancellationToken

A token to cancel the request.

Returns

Task<ForumPostTag>

Exceptions

NotImplementedException

This method is currently not implemented.