Class OnDirectoryDeleted
Event activity that is invoked when a directory is deleted from File system
Event argument is of type WorkflowFileSystemEventArgs
Inheritance
System.Object
OnDirectoryDeleted
Implements
System.Workflow.Activities.IEventActivity
Inherited Members
Namespace: EPiServer.WorkflowFoundation.Activities
Assembly: EPiServer.WorkflowFoundation.dll
Version: 8.11.0Syntax
public class OnDirectoryDeleted : CompositeFileSystemBase<DirectoryDeleted>, IEventActivity, ICompositeFileSystemActivity, ICompositeActivity
Remarks
The directory has to be deleted through EPiServer API for the event to get triggered
Constructors
OnDirectoryDeleted()
Declaration
public OnDirectoryDeleted()
Implements
System.Workflow.Activities.IEventActivity