Class DirectoryAdded
Activity that listens for DirectoryAdded event from UnifiedFileSystem. Should not be used diectly, use OnDirectoryAdded instead.
Inherited Members
Namespace: EPiServer.WorkflowFoundation.Activities
Assembly: EPiServer.WorkflowFoundation.dll
Version: 8.11.0Syntax
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()