CKFinder 3 – ASP.NET Connector Documentation
ImageEditParameters Class Reference

Command parameters for ImageEditCommand. More...

Inheritance diagram for ImageEditParameters:
JsonParamtersBase< ImageActionsDto >

Public Member Functions

 ImageEditParameters (ICommandRequest request, IResourceTypeRepository resourceTypeRepository, INodeFactory nodeFactory, IFileSettings fileSettings)
 Constructs a new instance of ImageEditParameters. More...
 
override async Task InitializeAsync (CancellationToken cancellationToken)
 Asynchronously initializes the command parameters. More...
 
- Public Member Functions inherited from JsonParamtersBase< ImageActionsDto >
 JsonParamtersBase (ICommandRequest request, IResourceTypeRepository resourceTypeRepository, INodeFactory nodeFactory, bool ensureResourceIsValid)
 Constructs a new instance of JsonParamtersBase<T>. More...
 
override async Task InitializeAsync (CancellationToken cancellationToken)
 Asynchronously initializes the command parameters. More...
 

Properties

string FileName [get, set]
 Gets the old file name. More...
 
string NewFileName [get, set]
 Gets the new file name. More...
 
IReadOnlyCollection< ImageAction > ActionInfos [get, set]
 Gets the collection of actions to be done on the image. More...
 
- Properties inherited from JsonParamtersBase< ImageActionsDto >
JsonData [get]
 Gets the object sent as JSON. More...
 

Detailed Description

Command parameters for ImageEditCommand.

Constructor & Destructor Documentation

◆ ImageEditParameters()

ImageEditParameters ( ICommandRequest  request,
IResourceTypeRepository  resourceTypeRepository,
INodeFactory  nodeFactory,
IFileSettings  fileSettings 
)
inline

Constructs a new instance of ImageEditParameters.

Parameters
requestAn instance of command request.
resourceTypeRepositoryA resource type repository.
nodeFactoryA node factory.
fileSettingsA file settings instance.

Member Function Documentation

◆ InitializeAsync()

override async Task InitializeAsync ( CancellationToken  cancellationToken)
inline

Asynchronously initializes the command parameters.

Parameters
cancellationTokenA cancellation token.

Property Documentation

◆ ActionInfos

IReadOnlyCollection<ImageAction> ActionInfos
getset

Gets the collection of actions to be done on the image.

◆ FileName

string FileName
getset

Gets the old file name.

◆ NewFileName

string NewFileName
getset

Gets the new file name.


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