Event activity that is invoked when a directory is added to 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 OnDirectoryAdded : CompositeFileSystemBase<DirectoryAdded>

Remarks

The directory has to be added through EPiServer API for the event to get triggered

Inheritance Hierarchy

See Also