Class FileChangedEventArgs
Inheritance
System.Object
FileChangedEventArgs
Namespace: DotNetNuke.Services.FileSystem.EventArgs
Assembly: DotNetNuke.dll
Syntax
public class FileChangedEventArgs : System.EventArgs
Properties
| Improve this Doc View SourceFileInfo
Declaration
public IFileInfo FileInfo { get; set; }
Property Value
Type | Description |
---|---|
IFileInfo |
UserId
Declaration
public int UserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |