SaaS CMS has officially launched! Learn more now.

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