SaaS CMS has officially launched! Learn more now.

Class OnPageCreated

Activity that is invoked when CreatedPage is called from DataFactory

Event argument is of type WorkflowPageEventArgs

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

If workflow instance is associated with a page, only events regarding that page will be sent to activity. Workflow instances that are automatically started will automatically be associated with page that started instance. Instances can be associated with pages by using AssociateWithPage activity.

Constructors

OnPageCreated()

Declaration
public OnPageCreated()

Implements

System.Workflow.Activities.IEventActivity

Extension Methods