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)
Available in Sandboxed Solutions: No
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.