Class PagePublished

Activity that listens for PublishedPage from DataFactory. Should not be used directly, use OnPagePublished instead.

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

When overriding OnInvoke the argument can be casted to WorkflowPageEventArgs

Constructors

PagePublished()

Initializes a new instance of the PagePublished activity.

Declaration
public PagePublished()