A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

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