Class FileAdded
Activity that listens for FileAdded event from FileSystem Should not be used diectly, use OnFileAdded instead.
Inherited Members
Namespace: EPiServer.WorkflowFoundation.Activities
Assembly: EPiServer.WorkflowFoundation.dll
Version: 8.11.0Syntax
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()