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

IUpgrader.Upgrade()

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.

See also

Reference

SPActionSequence class

SPActionSequence members

Microsoft.SharePoint.Upgrade namespace