Class FileCopied

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

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

When overriding OnInvoke the argument can be casted to WorkflowFileEventArgs

Constructors

FileCopied()

Initializes a new instance of the FileCopied activity.

Declaration
public FileCopied()