CKFinder 3 – ASP.NET Connector Documentation
MoveFileEvent Class Reference

Event published before moving file in MoveFiles command. More...

Inheritance diagram for MoveFileEvent:
EventBase

Public Member Functions

 MoveFileEvent (ICommandRequest commandRequest, IFile sourceFile, IFile destinationFile, FileConflictOptions options)
 Constructs a new instance of MoveFileEvent. More...
 

Properties

IFile SourceFile [get, set]
 The source file. More...
 
IFile DestinationFile [get, set]
 The destination file. More...
 
FileConflictOptions Options [get, set]
 The file conflict options. 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 moving file in MoveFiles command.

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

Constructor & Destructor Documentation

◆ MoveFileEvent()

MoveFileEvent ( ICommandRequest  commandRequest,
IFile  sourceFile,
IFile  destinationFile,
FileConflictOptions  options 
)
inline

Constructs a new instance of MoveFileEvent.

Parameters
commandRequestA command request object.
sourceFileA source file.
destinationFileA destination file.
optionsA file conflict options.

Property Documentation

◆ DestinationFile

IFile DestinationFile
getset

The destination file.

◆ Options

FileConflictOptions Options
getset

The file conflict options.

◆ SourceFile

IFile SourceFile
getset

The source file.


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