Class OnFileCopied
Event activity that is invoked when a file is copied in File system
Event argument is of type WorkflowFileSystemEventArgs
Inheritance
System.Object
OnFileCopied
Implements
System.Workflow.Activities.IEventActivity
Inherited Members
Namespace: EPiServer.WorkflowFoundation.Activities
Assembly: EPiServer.WorkflowFoundation.dll
Version: 8.11.0Syntax
public class OnFileCopied : CompositeFileSystemBase<FileCopied>, IEventActivity, ICompositeFileSystemActivity, ICompositeActivity
Remarks
The file has to be copied through EPiServer API for the event to get triggered
Constructors
OnFileCopied()
Declaration
public OnFileCopied()
Implements
System.Workflow.Activities.IEventActivity