Enum WorkflowFileSystemEvent
Events corresponding to events from EPiServer, used to be able to let workflows be started automatically when event occur. Bitwise so several can be set.
Namespace: EPiServer.WorkflowFoundation
Assembly: EPiServer.WorkflowFoundation.dll
Version: 7.19.2Syntax
[Flags]
public enum WorkflowFileSystemEventFields
| Name | Description | 
|---|---|
| DirectoryAdded | Represents the event that occurs when a directory is added to file system through EPiServer API | 
| DirectoryAdding | Represents thepre event that occurs when a directory is added to file system through EPiServer API | 
| DirectoryCopied | Represents the event that occurs when a directory is copied in file system through EPiServer API | 
| DirectoryCopying | Represents the preevent that occurs when a directory is copied in file system through EPiServer API | 
| DirectoryDeleted | Represents the event that occurs when a directory is deleted from file system through EPiServer API | 
| DirectoryDeleting | Represents the preevent that occurs when a directory is deleted from file system through EPiServer API | 
| DirectoryMoved | Represents the event that occurs when a directory is moved in file system through EPiServer API | 
| DirectoryMoving | Represents the preevent that occurs when a directory is moved in file system through EPiServer API | 
| FileAdded | Represents the event that occurs when a file is added to file system through EPiServer API | 
| FileAdding | Represents the preevent that occurs when a file is added to file system through EPiServer API | 
| FileCheckedIn | Represents the event that occurs when a file is checked in in file system through EPiServer API | 
| FileCheckedOut | Represents the event that occurs when a file is checked out in file system through EPiServer API | 
| FileCheckingIn | Represents the preevent that occurs when a file is checked in in file system through EPiServer API | 
| FileCheckingOut | Represents the preevent that occurs when a file is checked out in file system through EPiServer API | 
| FileCopied | Represents the event that occurs when a file is copied in file system through EPiServer API | 
| FileCopying | Represents the preevent that occurs when a file is copied in file system through EPiServer API | 
| FileDeleted | Represents the event that occurs when a file is deleted from file system through EPiServer API | 
| FileDeleting | Represents the preevent that occurs when a file is deleted from file system through EPiServer API | 
| FileMoved | Represents the event that occurs when a file is moved in file system through EPiServer API | 
| FileMoving | Represents the preevent that occurs when a file is moved in file system through EPiServer API | 
| None | Represents no event | 
