SaaS CMS has officially launched! Learn more now.

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