Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.

 

Class FileCheckedOut

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

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

When overriding OnInvoke the argument can be casted to WorkflowFileEventArgs

Constructors

FileCheckedOut()

Initializes a new instance of the OnFileCheckedOut activity.

Declaration
public FileCheckedOut()

Extension Methods