Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.

 

Class DirectoryDeleted

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

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

When overriding OnInvoke the argument can be casted to WorkflowFileEventArgs

Constructors

DirectoryDeleted()

Initializes a new instance of the DirectoryDeleted activity.

Declaration
public DirectoryDeleted()

Extension Methods