CKFinder 3 – ASP.NET Connector Documentation
DownloadFileEvent Class Reference

Event published before file is served to the client in DownloadFile command. More...

Inheritance diagram for DownloadFileEvent:
EventBase

Public Member Functions

 DownloadFileEvent (ICommandRequest commandRequest, IFile file)
 Constructs a new instance of DownloadFileEvent. More...
 

Properties

IFile File [get, set]
 The file to transmit. More...
 
- Properties inherited from EventBase
object UserData [get, set]
 Gets or sets the user data object. More...
 
ICommandRequest CommandRequest [get]
 Gets the command request. More...
 

Additional Inherited Members

- Protected Member Functions inherited from EventBase
 EventBase (ICommandRequest commandRequest)
 Constructs a new instance of EventBase. More...
 

Detailed Description

Event published before file is served to the client in DownloadFile command.

The file content will not be transfered if event propagation has been stopped.

Constructor & Destructor Documentation

◆ DownloadFileEvent()

DownloadFileEvent ( ICommandRequest  commandRequest,
IFile  file 
)
inline

Constructs a new instance of DownloadFileEvent.

Parameters
commandRequestA command request object.
fileA file to transmit.

Property Documentation

◆ File

IFile File
getset

The file to transmit.


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