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 OnFileMoved

Event activity that is invoked when a file is moved in File system

Event argument is of type WorkflowFileSystemEventArgs

Inheritance
System.Object
OnFileMoved
Implements
System.Workflow.Activities.IEventActivity
Namespace: EPiServer.WorkflowFoundation.Activities
Assembly: EPiServer.WorkflowFoundation.dll
Version: 7.19.2
Syntax
public class OnFileMoved : CompositeFileSystemBase<FileMoved>, IEventActivity, ICompositeFileSystemActivity, ICompositeActivity
Remarks

The file has to be moved through EPiServer API for the event to get triggered

Constructors

OnFileMoved()

Declaration
public OnFileMoved()

Implements

System.Workflow.Activities.IEventActivity

Extension Methods