Share via


SPCustomActionPackagingFeatureReceiver.FeatureUpgrading method

Handles the event that is raised when a Feature is upgraded.

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

Syntax

'Declaration
Public Overrides Sub FeatureUpgrading ( _
    properties As SPFeatureReceiverProperties, _
    upgradeActionName As String, _
    parameters As IDictionary(Of String, String) _
)
'Usage
Dim instance As SPCustomActionPackagingFeatureReceiver
Dim properties As SPFeatureReceiverProperties
Dim upgradeActionName As String
Dim parameters As IDictionary(Of String, String)

instance.FeatureUpgrading(properties, _
    upgradeActionName, parameters)
public override void FeatureUpgrading(
    SPFeatureReceiverProperties properties,
    string upgradeActionName,
    IDictionary<string, string> parameters
)

Parameters

  • upgradeActionName
    Type: System.String

    The name of the custom upgrade action to execute.

See also

Reference

SPCustomActionPackagingFeatureReceiver class

SPCustomActionPackagingFeatureReceiver members

Microsoft.SharePoint.WorkflowServices namespace