Event activity that is invoked when a file is moved 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 OnFileMoved : CompositeFileSystemBase<FileMoved>

Remarks

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

Inheritance Hierarchy

See Also