Class OnFileCheckedIn
Event activity that is invoked when a file is checked in in File system
Event argument is of type WorkflowFileSystemEventArgs
Inheritance
System.Object
OnFileCheckedIn
Implements
System.Workflow.Activities.IEventActivity
Inherited Members
Namespace: EPiServer.WorkflowFoundation.Activities
Assembly: EPiServer.WorkflowFoundation.dll
Version: 8.11.0Syntax
public class OnFileCheckedIn : CompositeFileSystemBase<FileCheckedIn>, IEventActivity, ICompositeFileSystemActivity, ICompositeActivity
Constructors
OnFileCheckedIn()
Declaration
public OnFileCheckedIn()
Implements
System.Workflow.Activities.IEventActivity