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.
Gets the singleton instance of the hierarchy manager object.
Namespace: Microsoft.SharePoint.Upgrade
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Shared ReadOnly Property Instance As SPHierarchyManager
Get
'Usage
Dim value As SPHierarchyManager
value = SPHierarchyManager.Instance
public static SPHierarchyManager Instance { get; }
Property Value
Type: Microsoft.SharePoint.Upgrade.SPHierarchyManager
An object that represents the hierarchy manager.
Remarks
The Instance property gets an instance of the hierarchy manager that is globally available. This instance is always the only instance of the hierarchy manager that is created.