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 PageSaved

Activity that listens for SavedPage from DataFactory. Should not be used directly, use OnPageSaved instead.

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

When overriding OnInvoke the argument can be casted to WorkflowPageEventArgs

Constructors

PageSaved()

Initializes a new instance of the PageSaved activity.

Declaration
public PageSaved()