SPDeclarativeWorkflowProvisioningFullTrustOnlyFeatureReceiver.FeatureActivated method

Executes after the feature is activated.

Namespace:  Microsoft.SharePoint.Workflow
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

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

Remarks

The workflow runtime calls this override after the feature is activated.

See also

Reference

SPDeclarativeWorkflowProvisioningFullTrustOnlyFeatureReceiver class

SPDeclarativeWorkflowProvisioningFullTrustOnlyFeatureReceiver members

Microsoft.SharePoint.Workflow namespace