SPSiteNotebookFeatureReceiver.FeatureUpgrading method
When the Site Notebook feature is upgraded, delete the link and try to reprovision the notebook.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overrides Sub FeatureUpgrading ( _
properties As SPFeatureReceiverProperties, _
upgradeActionName As String, _
parameters As IDictionary(Of String, String) _
)
'Usage
Dim instance As SPSiteNotebookFeatureReceiver
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
properties
Type: Microsoft.SharePoint.SPFeatureReceiverPropertiesThe feature receiver properties.
upgradeActionName
Type: System.StringThe name of the custom upgrade action to execute.
parameters
Type: System.Collections.Generic.IDictionary<String, String>Parameter names and values for the custom action.
See also
Reference
SPSiteNotebookFeatureReceiver class