CKFinder 3 – ASP.NET Connector Documentation
SaveImageCommand Class Reference

Saves a Base64-encoded PNG image to a file. More...

Inheritance diagram for SaveImageCommand:
ICommand

Public Member Functions

Task< CommandResponseExecuteAsync (CancellationToken cancellationToken)
 Asynchronously executes the command. More...
 

Public Attributes

SaveImageParameters Parameters => _implementation.Parameters
 Gets the parameters parsed from the request. More...
 

Detailed Description

Saves a Base64-encoded PNG image to a file.

Member Function Documentation

◆ ExecuteAsync()

Task<CommandResponse> ExecuteAsync ( CancellationToken  cancellationToken)
inline

Asynchronously executes the command.

Parameters
cancellationTokenA cancellation token.
Returns
An action result returned to the client.

Implements ICommand.

Member Data Documentation

◆ Parameters

SaveImageParameters Parameters => _implementation.Parameters

Gets the parameters parsed from the request.


The documentation for this class was generated from the following file: