Class PageMoved

Activity that listens for MovedPage from DataFactory. Should not be used directly, use OnPageMoved instead.

Inheritance
System.Object
PageMoved
Namespace: EPiServer.WorkflowFoundation.Activities
Assembly: EPiServer.WorkflowFoundation.dll
Version: 8.11.0
Syntax
public class PageMoved : PageEventBase<PageMoved>
Remarks

When overriding OnInvoke the argument can be casted to WorkflowPageEventArgs

Constructors

PageMoved()

Initializes a new instance of the PageMoved activity.

Declaration
public PageMoved()