SPActionSequence.Upgrade Method
Executes the upgrade logic.
Namespace: Microsoft.SharePoint.Upgrade
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overrides Sub Upgrade
'Usage
Dim instance As SPActionSequence
instance.Upgrade()
public override void Upgrade()
Implements
Remarks
The default implementation of the Upgrade method determines the subset of upgrade actions that are loaded in the sequence context and that still need to run, and executes them.