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.
Include Protected Members
Include Inherited Members
Represents the hierarchy tree that the people picker page renders when a user performs search and browse operations.
The SPProviderHierarchyTree type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| .gif) | SPProviderHierarchyTree(String) | Initializes a new instance of the SPProviderHierarchyTree class. | 
| .gif) | SPProviderHierarchyTree(String, String, String) | Initializes a new instance of the SPProviderHierarchyTree class. | 
Top
Properties
| Name | Description | |
|---|---|---|
| .gif) | Children | Gets or sets a list of the immediate child elements. (Inherited from SPProviderHierarchyElement.) | 
| .gif) | Count | Gets or sets the total number of picker entities contained inside this element and all its child elements. (Inherited from SPProviderHierarchyElement.) | 
| .gif) | EntityData | Gets and sets an array of picker entities that can be picked in the user-interface and that is associated with the element in the claims provider hierarchy tree. (Inherited from SPProviderHierarchyElement.) | 
| .gif) | HasChildren | Gets a value that indicates whether an element in the claims provider hierarchy tree has child objects. (Inherited from SPProviderHierarchyElement.) | 
| .gif) | HierarchyNodeID | Gets or sets a string that contains a unique identifier associated with the SPProviderHierarchyTree control. (Overrides SPProviderHierarchyElement.HierarchyNodeID.) | 
| .gif) | IsLeaf | Gets or sets a value that indicates whether the element is a leaf element in the claims provider tree. (Inherited from SPProviderHierarchyElement.) | 
| .gif) | IsRoot | Gets or sets a value that indicates whether the tree node is the top-level root node. | 
| .gif) | Name | Gets or sets the name for the element in the claims provider hierarchy tree. (Inherited from SPProviderHierarchyElement.) | 
| .gif) | ProviderName | Gets or sets the name of the claims provider. (Inherited from SPProviderHierarchyElement.) | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | AddChild | Adds a child SPProviderHierarchyNode object to the current claims provider hierarchy node for a control. (Inherited from SPProviderHierarchyElement.) | 
| .gif) | AddEntities | Adds a collection of picker entities to the hierarchy element. These additions will be found in the EntityData property. (Inherited from SPProviderHierarchyElement.) | 
| .gif) | AddEntity | Adds a PickerEntity object to the internal collection of PickerEntity objects. (Inherited from SPProviderHierarchyElement.) | 
| .gif) | Equals | (Inherited from Object.) | 
| .gif) | Finalize | (Inherited from Object.) | 
| .gif) | GetChild | Gets the child node specified by the String identifier. (Inherited from SPProviderHierarchyElement.) | 
| .gif) | GetHashCode | (Inherited from Object.) | 
| .gif) | GetType | (Inherited from Object.) | 
| .gif) | HasChild | Determines whether the object contains a child object that is specified by the identifier. (Inherited from SPProviderHierarchyElement.) | 
| .gif) | MemberwiseClone | (Inherited from Object.) | 
| .gif) | ToString | (Inherited from Object.) | 
Top