CKFinder 3 – ASP.NET Connector Documentation
CopyFileEvent Class Reference

Event published before copying file in CopyFiles command. More...

Inheritance diagram for CopyFileEvent:
EventBase

Public Member Functions

 CopyFileEvent (ICommandRequest commandRequest, IFile sourceFile, IFile destinationFile, FileConflictOptions options)
 Constructs a new instance of CopyFileEvent. 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 copying file in CopyFiles command.

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

Constructor & Destructor Documentation

◆ CopyFileEvent()

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

Constructs a new instance of CopyFileEvent.

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: