Show / Hide Table of Contents

Class FileChangedEventArgs

Inheritance
object
EventArgs
FileChangedEventArgs
FileAddedEventArgs
FileDeletedEventArgs
FileMovedEventArgs
FileRenamedEventArgs
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 FileChangedEventArgs : EventArgs

Constructors

FileChangedEventArgs()

Declaration
public FileChangedEventArgs()

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