CKFinder 3 – ASP.NET Connector Documentation
FileUploadEvent Class Reference

Event published before file is saved in the file system in FileUpload command. More...

Inheritance diagram for FileUploadEvent:
EventBase

Public Member Functions

 FileUploadEvent (ICommandRequest commandRequest, IFile file, Stream stream)
 Constructs a new instance of FileUploadEvent. More...
 

Properties

IFile File [get, set]
 The file to save. More...
 
Stream Stream [get, set]
 The stream with content. 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 saved in the file system in FileUpload command.

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

Constructor & Destructor Documentation

◆ FileUploadEvent()

FileUploadEvent ( ICommandRequest  commandRequest,
IFile  file,
Stream  stream 
)
inline

Constructs a new instance of FileUploadEvent.

Parameters
commandRequestA command request object.
fileA file to save.
streamA stream with content.

Property Documentation

◆ File

IFile File
getset

The file to save.

◆ Stream

Stream Stream
getset

The stream with content.


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