BulkWorkflowFeatureReceiver.FeatureInstalled Method
Executes when a feature is installed on a particular object.
Namespace: Microsoft.Office.Workflow
Assembly: Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)
Syntax
'Declaration
Public Overrides Sub FeatureInstalled ( _
properties As SPFeatureReceiverProperties _
)
'Usage
Dim instance As BulkWorkflowFeatureReceiver
Dim properties As SPFeatureReceiverProperties
instance.FeatureInstalled(properties)
public override void FeatureInstalled(
SPFeatureReceiverProperties properties
)
Parameters
properties
Type: Microsoft.SharePoint.SPFeatureReceiverPropertiesA collection of properties that relate to a feature installation. Contains items such as instance identifier (ID), feature definition, parent object, and other properties.
See Also
Reference
BulkWorkflowFeatureReceiver Class