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 TaskDeleted

Activity that listens for TaskDeleted from EPiServer. Should not be used directly, use OnTaskDeleted instead.

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

When overriding OnInvoke the argument can be casted to WorkflowTaskEventArgs CacheKey is not set since task is deleted

Constructors

TaskDeleted()

Initializes a new instance of the TaskDeleted activity.

Declaration
public TaskDeleted()

Extension Methods