A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

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: 7.19.2
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()

Extension Methods