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 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