WorkflowFeatureReceiver class

Contains event handlers used when a workflow feature is activated, installed, uninstalled, activated and

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.SPFeatureReceiver
    Microsoft.Office.Workflow.Feature.WorkflowFeatureReceiver

Namespace:  Microsoft.Office.Workflow.Feature
Assembly:  Microsoft.Office.Workflow.Feature (in Microsoft.Office.Workflow.Feature.dll)

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public Class WorkflowFeatureReceiver _
    Inherits SPFeatureReceiver
'Usage
Dim instance As WorkflowFeatureReceiver
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public class WorkflowFeatureReceiver : SPFeatureReceiver

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

WorkflowFeatureReceiver members

Microsoft.Office.Workflow.Feature namespace