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 OnFileSystemEvent

Event activity that is invoked when a file system event occurs in File System

Event argument is of type WorkflowFileSystemEventArgs

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

For the event to get triggered the action has to be done through EPiServer API

Constructors

OnFileSystemEvent()

Declaration
public OnFileSystemEvent()

Implements

System.Workflow.Activities.IEventActivity