Event activity that is invoked when a file system event occurs in File System
Event argument is of type WorkflowFileSystemEventArgs
Assembly: EPiServer.WorkflowFoundation (in EPiServer.WorkflowFoundation.dll) Version: 5.2.375.236
Syntax
| C# |
|---|
[SerializableAttribute] [DefaultEventAttribute("Invoked")] public class OnFileSystemEvent : CompositeFileSystemBase<FileSystemEvent> |
Remarks
For the event to get triggered the action has to be done through EPiServer API
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 <(FileSystemEvent>)>)
EPiServer.WorkflowFoundation.Activities..::.CompositeFileSystemBase<(Of <(FileSystemEvent>)>)
EPiServer.WorkflowFoundation.Activities..::.OnFileSystemEvent
System.Workflow.ComponentModel..::.DependencyObject
System.Workflow.ComponentModel..::.Activity
System.Workflow.ComponentModel..::.CompositeActivity
System.Workflow.Activities..::.SequenceActivity
EPiServer.WorkflowFoundation.Activities..::.CompositeEventBase<(Of <(FileSystemEvent>)>)
EPiServer.WorkflowFoundation.Activities..::.CompositeFileSystemBase<(Of <(FileSystemEvent>)>)
EPiServer.WorkflowFoundation.Activities..::.OnFileSystemEvent