SPHierarchyManager.AddNextLevelObject method

Adds a specified object to the upgrade hierarchy as the child object of the specified object that is being upgraded.

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

Syntax

'Declaration
Public Sub AddNextLevelObject ( _
    current As Object, _
    next As Object _
)
'Usage
Dim instance As SPHierarchyManager
Dim current As Object
Dim next As Object

instance.AddNextLevelObject(current, _
    next)
public void AddNextLevelObject(
    Object current,
    Object next
)

Parameters

  • current
    Type: System.Object

    A System.Object that represents the object that is being upgraded.

  • next
    Type: System.Object

    A System.Object that represents the child object to be upgraded next.

See also

Reference

SPHierarchyManager class

SPHierarchyManager members

Microsoft.SharePoint.Upgrade namespace