WorkflowFeatureReceiver members

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

The WorkflowFeatureReceiver type exposes the following members.

Constructors

  Name Description
Public method WorkflowFeatureReceiver Instantiates a WorkflowFeatureReceiver object.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method FeatureActivated The handler for the FeatureActivated event; it is called after a feature is activated. (Overrides SPFeatureReceiver.FeatureActivated(SPFeatureReceiverProperties).)
Public method FeatureDeactivating The handler for the FeatureDeactivating event; it is called before a feature is deactivated. (Overrides SPFeatureReceiver.FeatureDeactivating(SPFeatureReceiverProperties).)
Public method FeatureInstalled The handler for the FeatureInstalled event; it is called after a feature is installed. (Overrides SPFeatureReceiver.FeatureInstalled(SPFeatureReceiverProperties).)
Public method FeatureUninstalling The handler for the FeatureUninstalling event; it is called before a feature is uninstalled. (Overrides SPFeatureReceiver.FeatureUninstalling(SPFeatureReceiverProperties).)
Public method FeatureUpgrading (Inherited from SPFeatureReceiver.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

See also

Reference

WorkflowFeatureReceiver class

Microsoft.Office.Project.Server.Workflow namespace