Method | Description | |
---|---|---|
FileActivityEventArgs ( StFileInfo file, string oldFileName, |
Initializes a new instance of the T:FileActivityEventArgs class.
|
public FileActivityEventArgs ( StFileInfo file, string oldFileName, |
||
file | StFileInfo | The file that changed, if any (full path). |
oldFileName | string | The old name of the file, if any (full path). |
directory | 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 |