Show / Hide Table of Contents

Class FileDownloadedEventArgs

Inheritance
object
EventArgs
FileDownloadedEventArgs
Inherited Members
EventArgs.Empty
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Services.FileSystem.EventArgs
Assembly: DotNetNuke.dll
Syntax
public class FileDownloadedEventArgs : EventArgs

Constructors

FileDownloadedEventArgs()

Declaration
public FileDownloadedEventArgs()

Properties

FileInfo

Declaration
public IFileInfo FileInfo { get; set; }
Property Value
Type Description
IFileInfo

UserId

Declaration
public int UserId { get; set; }
Property Value
Type Description
int

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS