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 FileCheckedIn

Activity that listens for FileCheckedIn event from UnifiedFileSystem Should not be used diectly, use OnFileCheckedIn instead.

Inheritance
System.Object
FileCheckedIn
Namespace: EPiServer.WorkflowFoundation.Activities
Assembly: EPiServer.WorkflowFoundation.dll
Version: 7.19.2
Syntax
public class FileCheckedIn : FileEventBase<FileCheckedIn>
Remarks

When overriding OnInvoke the argument can be casted to WorkflowFileEventArgs

Constructors

FileCheckedIn()

Initializes a new instance of the FileCheckedIn activity.

Declaration
public FileCheckedIn()

Extension Methods