Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.

 

Class FileMoved

Activity that listens for FileMoved event from UnifiedFileSystem Should not be used diectly, use OnFileMoved instead.

Inheritance
System.Object
FileMoved
Namespace: EPiServer.WorkflowFoundation.Activities
Assembly: EPiServer.WorkflowFoundation.dll
Version: 7.19.2
Syntax
public class FileMoved : FileEventBase<FileMoved>
Remarks

When overriding OnInvoke the argument can be casted to WorkflowFileEventArgs

Constructors

FileMoved()

Initializes a new instance of the OnFileMoved activity.

Declaration
public FileMoved()

Extension Methods