Event activity that is invoked when a directory is deleted from File system

Event argument is of type WorkflowFileSystemEventArgs

Namespace:  EPiServer.WorkflowFoundation.Activities
Assembly:  EPiServer.WorkflowFoundation (in EPiServer.WorkflowFoundation.dll) Version: 5.2.375.236

Syntax

C#
[SerializableAttribute]
[DefaultEventAttribute("Invoked")]
public class OnDirectoryDeleted : CompositeFileSystemBase<DirectoryDeleted>

Remarks

The directory has to be deleted through EPiServer API for the event to get triggered

Inheritance Hierarchy

System..::.Object
  System.Workflow.ComponentModel..::.DependencyObject
    System.Workflow.ComponentModel..::.Activity
      System.Workflow.ComponentModel..::.CompositeActivity
        System.Workflow.Activities..::.SequenceActivity
          EPiServer.WorkflowFoundation.Activities..::.CompositeEventBase<(Of <(DirectoryDeleted>)>)
            EPiServer.WorkflowFoundation.Activities..::.CompositeFileSystemBase<(Of <(DirectoryDeleted>)>)
              EPiServer.WorkflowFoundation.Activities..::.OnDirectoryDeleted

See Also