Event activity that is invoked when a file system event occurs in 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 OnFileSystemEvent : CompositeFileSystemBase<FileSystemEvent>

Remarks

For the event to get triggered the action has to be done through EPiServer API

Inheritance Hierarchy

See Also