SaaS CMS has officially launched! Learn more now.

Class OnDirectoryMoved

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

Event argument is of type WorkflowFileSystemEventArgs

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

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

Constructors

OnDirectoryMoved()

Declaration
public OnDirectoryMoved()

Implements

System.Workflow.Activities.IEventActivity

Extension Methods