SPSequence.AddNextLevelObjects method

Adds any objects that should be upgraded after the current upgradable object has finished being upgraded. The current upgradable object can be retrieved by the UpgradableObject method.

Namespace:  Microsoft.SharePoint.Upgrade
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Overridable Sub AddNextLevelObjects
'Usage
Dim instance As SPSequence

instance.AddNextLevelObjects()
public virtual void AddNextLevelObjects()

Implements

IHierarchyBuilder.AddNextLevelObjects()

See also

Reference

SPSequence class

SPSequence members

Microsoft.SharePoint.Upgrade namespace