C# Class ScrewTurn.Wiki.PluginFramework.FileActivityEventArgs

Contains arguments for the File Activity event.
Inheritance: System.EventArgs
Show file Open project: mono/ScrewTurnWiki

Public Methods

Method Description
FileActivityEventArgs ( StFileInfo file, string oldFileName, StDirectoryInfo directory, string oldDirectoryName, System.PageInfo page, FileActivity activity ) : System

Initializes a new instance of the T:FileActivityEventArgs class.

Method Details

FileActivityEventArgs() public method

Initializes a new instance of the T:FileActivityEventArgs class.
public FileActivityEventArgs ( StFileInfo file, string oldFileName, StDirectoryInfo directory, string oldDirectoryName, System.PageInfo page, FileActivity activity ) : System
file StFileInfo The file that changed, if any (full path).
oldFileName string The old name of the file, if any (full path).
directory StDirectoryInfo The directory that changed, if any (full path).
oldDirectoryName string The old name of the directory, if any (full path).
page System.PageInfo The page owning the attachment, if any.
activity FileActivity The activity.
return System