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 PageCreated

Activity that listens for CreatedPage from DataFactory. Should not be used directly, use OnPageCreated instead.

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

When overriding OnInvoke the argument can be casted to WorkflowPageEventArgs

Constructors

PageCreated()

Initializes a new instance of the PageCreated activity.

Declaration
public PageCreated()