Class OnPageCheckedIn
Activity that is invoked when Checked
Event argument is of type Workflow
Inheritance
System.Object
OnPageCheckedIn
Implements
System.Workflow.Activities.IEventActivity
Inherited Members
Namespace: EPiServer.WorkflowFoundation.Activities
Assembly: EPiServer.WorkflowFoundation.dll
Version: 8.11.0Syntax
public class OnPageCheckedIn : CompositePageBase<PageCheckedIn>, 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 Associate
Constructors
OnPageCheckedIn()
Declaration
public OnPageCheckedIn()
Implements
System.Workflow.Activities.IEventActivity