Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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()