SPDeclarativeWorkflowProvisioningFullTrustOnlyFeatureReceiver.FeatureActivated Method
Executes after the feature is activated.
Namespace: Microsoft.SharePoint.Workflow
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Overrides Sub FeatureActivated ( _
properties As SPFeatureReceiverProperties _
)
'Usage
Dim instance As SPDeclarativeWorkflowProvisioningFullTrustOnlyFeatureReceiver
Dim properties As SPFeatureReceiverProperties
instance.FeatureActivated(properties)
public override void FeatureActivated(
SPFeatureReceiverProperties properties
)
Parameters
properties
Type: Microsoft.SharePoint.SPFeatureReceiverPropertiesThe properties of the feature installation, uninstallation, activation, or deactivation event.
Remarks
The workflow runtime calls this override after the feature is activated.
See Also
Reference
SPDeclarativeWorkflowProvisioningFullTrustOnlyFeatureReceiver Class
SPDeclarativeWorkflowProvisioningFullTrustOnlyFeatureReceiver Members