SaaS CMS has officially launched! Learn more now.

Class OnPageEvent

Activity that is invoked when CreatedPage is called from DataFactory

Event argument is of type WorkflowPageEventArgs

Inheritance
System.Object
OnPageEvent
Implements
System.Workflow.Activities.IEventActivity
Namespace: EPiServer.WorkflowFoundation.Activities
Assembly: EPiServer.WorkflowFoundation.dll
Version: 7.19.2
Syntax
public class OnPageEvent : CompositePageBase<PageEvent>, IEventActivity, ICompositePageActivity, ICompositeActivity
Remarks

Will only be called for events that is related to the page the workflow instance is associated with. Instances can be associated with pages by using AssociateWithPage activity.

Constructors

OnPageEvent()

Declaration
public OnPageEvent()

Implements

System.Workflow.Activities.IEventActivity

Extension Methods