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