Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.

 

Class FileDeleted

Activity that listens for FileDeleted event from UnifiedFileSystem Should not be used diectly, use OnFileDeleted instead.

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

When overriding OnInvoke the argument can be casted to WorkflowFileEventArgs

Constructors

FileDeleted()

Initializes a new instance of the OnFileDeleted activity.

Declaration
public FileDeleted()

Extension Methods