Class DirectoryCopied

Activity that listens for DirectoryCopied event from file system Should not be used diectly, use OnDirectoryCopied instead.

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

When overriding OnInvoke the argument can be casted to WorkflowFileEventArgs

Constructors

DirectoryCopied()

Initializes a new instance of the DirectoryCopied activity.

Declaration
public DirectoryCopied()