SPFeatureReceiver.FeatureUpgrading Method
SharePoint 2010
Handles the event that is raised when a Feature is upgraded.
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
public virtual void FeatureUpgrading( SPFeatureReceiverProperties properties, string upgradeActionName, IDictionary<string, string> parameters )
Parameters
- properties
- Type: Microsoft.SharePoint.SPFeatureReceiverProperties
The properties of the event.
- upgradeActionName
- Type: System.String
The name of the custom upgrade action to execute.
- parameters
- Type: System.Collections.Generic.IDictionary<String, String>
Parameter names and values for the custom action.