Event activity that is invoked when a file is deleted from File system

Event argument is of type WorkflowFileSystemEventArgs

Namespace:  EPiServer.WorkflowFoundation.Activities
Assembly:  EPiServer.WorkflowFoundation (in EPiServer.WorkflowFoundation.dll) Version: 5.2.375.236

Syntax

C#
[SerializableAttribute]
[DefaultEventAttribute("Invoked")]
public class OnFileDeleted : CompositeFileSystemBase<FileDeleted>

Remarks

The file has to be deleted through EPiServer API for the event to get triggered

Inheritance Hierarchy

See Also