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 FileSystemEvent

Activity that listens for all events from UnifiedFileSystem Should not be used diectly, use OnFileSystemEvent instead.

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

When overriding OnInvoke the argument can be casted to WorkflowFileEventArgs

Constructors

FileSystemEvent()

Initializes a new instance of the FileSystemEvent activity.

Declaration
public FileSystemEvent()