SaaS CMS has officially launched! Learn more now.

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