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

 

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: 7.19.2
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()

Extension Methods