CKFinder 3 – ASP.NET Connector Documentation
DeleteFileEvent Class Reference

Event published before deleting file in DeleteFiles command. More...

Inheritance diagram for DeleteFileEvent:
EventBase

Public Member Functions

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

Properties

IFile File [get, set]
 The file to delete. 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 deleting file in DeleteFiles command.

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

Constructor & Destructor Documentation

◆ DeleteFileEvent()

DeleteFileEvent ( ICommandRequest  commandRequest,
IFile  file 
)
inline

Constructs a new instance of DeleteFileEvent.

Parameters
commandRequestA command request object.
fileA file to delete.

Property Documentation

◆ File

IFile File
getset

The file to delete.


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