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