Class DirectoryAdded

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

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

When overriding OnInvoke the argument can be casted to WorkflowFileEventArgs

Constructors

DirectoryAdded()

Initializes a new instance of the DirectoryAdded activity.

Declaration
public DirectoryAdded()