Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class OnDirectoryCopied

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

Event argument is of type WorkflowFileSystemEventArgs

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

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

Constructors

OnDirectoryCopied()

Declaration
public OnDirectoryCopied()

Implements

System.Workflow.Activities.IEventActivity

Extension Methods