Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class OnFileDeleted

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

Event argument is of type WorkflowFileSystemEventArgs

Inheritance
System.Object
OnFileDeleted
Implements
System.Workflow.Activities.IEventActivity
Namespace: EPiServer.WorkflowFoundation.Activities
Assembly: EPiServer.WorkflowFoundation.dll
Version: 7.19.2
Syntax
public class OnFileDeleted : CompositeFileSystemBase<FileDeleted>, IEventActivity, ICompositeFileSystemActivity, ICompositeActivity
Remarks

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

Constructors

OnFileDeleted()

Declaration
public OnFileDeleted()

Implements

System.Workflow.Activities.IEventActivity

Extension Methods