CKFinder 3 – ASP.NET Connector Documentation
ThumbnailParameters Class Reference

Command parameters for ThumbnailCommand. More...

Inheritance diagram for ThumbnailParameters:
CommandParameters

Public Member Functions

 ThumbnailParameters (ICommandRequest request, IResourceTypeRepository resourceTypeRepository, INodeFactory nodeFactory, IFileSettings fileSettings)
 Constructs a new instance of ThumbnailParameters. More...
 
override async Task InitializeAsync (CancellationToken cancellationToken)
 Asynchronously initializes the command parameters. More...
 

Properties

string FileName [get]
 Gets the file name. More...
 
Size? Size [get]
 Gets the requested size. More...
 
- Properties inherited from CommandParameters
IResourceTypeRepository ResourceTypeRepository [get]
 Gets the resource type repository. More...
 
INodeFactory NodeFactory [get]
 Gets the node factory. More...
 
ICommandRequest Request [get]
 Gets the command request. More...
 
IFolder CurrentFolder [get]
 Gets the current folder instance. More...
 

Additional Inherited Members

- Protected Member Functions inherited from CommandParameters
 CommandParameters (ICommandRequest request, IResourceTypeRepository resourceTypeRepository, INodeFactory nodeFactory, bool ensureResourceIsValid)
 Constructs a new instance of CommandParameters. More...
 

Detailed Description

Command parameters for ThumbnailCommand.

Constructor & Destructor Documentation

◆ ThumbnailParameters()

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

Constructs a new instance of ThumbnailParameters.

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)
inlinevirtual

Asynchronously initializes the command parameters.

Parameters
cancellationTokenA cancellation token.

Reimplemented from CommandParameters.

Property Documentation

◆ FileName

string FileName
get

Gets the file name.

◆ Size

Size? Size
get

Gets the requested size.


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