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

 

Class DirectoryMoved

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

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

When overriding OnInvoke the argument can be casted to WorkflowFileEventArgs

Constructors

DirectoryMoved()

Initializes a new instance of the DirectoryMoved activity.

Declaration
public DirectoryMoved()

Extension Methods