Class FileSystemDeletingEventArgs

Represents the argument passed in the event when a filesystem item is about to be deleted in EPiServer through a channel

Inheritance
System.Object
System.EventArgs
FileSystemDeletingEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.ContentChannels.Events
Assembly: EPiServer.dll
Version: 8.11.0
Syntax
public class FileSystemDeletingEventArgs : ChannelPreActionEvent

Constructors

FileSystemDeletingEventArgs(String, String)

Constructor

Declaration
public FileSystemDeletingEventArgs(string channelId, string virtualPath)
Parameters
Type Name Description
System.String channelId

The channel id.

System.String virtualPath

The virtual path.

Properties

VirtualPath

Gets or the virtual path for the imported file

Declaration
public string VirtualPath { get; }
Property Value
Type Description
System.String

The virtual path.

Extension Methods