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
actionAction<ForumPostTagEditModel>The action to perform on the edit model.
cancellationTokenCancellationTokenA token to cancel the request.
Returns
Exceptions
- NotImplementedException
This method is currently not implemented.