SPActionSequence.PostUpgrade method
Executed by the SharePoint upgrade infrastructure after the IUpgrader.Upgrade method is implemented.
Namespace: Microsoft.SharePoint.Upgrade
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overrides Sub PostUpgrade
'Usage
Dim instance As SPActionSequence
instance.PostUpgrade()
public override void PostUpgrade()
Implements
Remarks
This method is called when an object is being upgraded, The SharePoint upgrade infrastructure will call the PostUpgrade() method on SPSequence classes whose TargetUpgradableObjectAttribute matches the type of the object being upgraded. The order in which the PostUpgrade() methods are called for each sequence class is arbitrary.