WorkflowFeatureReceiver class

Provides overrides of feature event handlers in the SPFeatureReceiver base class. Legacy Project Server workflows do not add functionality to the SharePoint event handlers.

This API is not CLS-compliant. 

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.SPFeatureReceiver
    Microsoft.Office.Project.Server.Workflow.WorkflowFeatureReceiver

Namespace:  Microsoft.Office.Project.Server.Workflow
Assembly:  Microsoft.Office.Project.Server.Workflow (in Microsoft.Office.Project.Server.Workflow.dll)

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public Class WorkflowFeatureReceiver _
    Inherits SPFeatureReceiver
'Usage
Dim instance As WorkflowFeatureReceiver
[CLSCompliantAttribute(false)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, 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.Project.Server.Workflow namespace