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

 

Class FileAdded

Activity that listens for FileAdded event from FileSystem Should not be used diectly, use OnFileAdded instead.

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

When overriding OnInvoke the argument can be casted to WorkflowFileEventArgs

Constructors

FileAdded()

Initializes a new instance of the FileAdded activity.

Declaration
public FileAdded()

Extension Methods