Event activity that is invoked when a file is copied 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 OnFileCopied : CompositeFileSystemBase<FileCopied>

Remarks

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

Inheritance Hierarchy

See Also