SPProviderHierarchyTree class
Represents the hierarchy tree that the people picker page renders when a user performs search and browse operations.
Inheritance hierarchy
System.Object
Microsoft.SharePoint.WebControls.SPProviderHierarchyElement
Microsoft.SharePoint.WebControls.SPProviderHierarchyTree
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<DataContractAttribute> _
Public NotInheritable Class SPProviderHierarchyTree _
Inherits SPProviderHierarchyElement
'Usage
Dim instance As SPProviderHierarchyTree
[DataContractAttribute]
public sealed class SPProviderHierarchyTree : SPProviderHierarchyElement
Remarks
The SPProviderHierarchyTree control is the root node representing a single claim provider.
Thread safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.