MetadataNavigationHierarchy class
Represents a hierarchy of MetadataNavigationItem objects.
Inheritance hierarchy
System.Object
Microsoft.Office.DocumentManagement.MetadataNavigation.MetadataNavigationItem
Microsoft.Office.DocumentManagement.MetadataNavigation.MetadataNavigationHierarchy
Namespace: Microsoft.Office.DocumentManagement.MetadataNavigation
Assembly: Microsoft.Office.DocumentManagement (in Microsoft.Office.DocumentManagement.dll)
Syntax
'Declaration
Public NotInheritable Class MetadataNavigationHierarchy _
Inherits MetadataNavigationItem
'Usage
Dim instance As MetadataNavigationHierarchy
public sealed class MetadataNavigationHierarchy : MetadataNavigationItem
Remarks
An object appears in the configured hierarchies in the MetadataNavigationSettings for each navigation hierarchy configured in a list. If it is a folder hierarchy, then the folders of the list will appear in the navigation tree view. If it is a metadata field hierarchy then the available values for that field will appear in the tree and selecting them will show all items in the list with that value.
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.
See also
Reference
MetadataNavigationHierarchy members
Microsoft.Office.DocumentManagement.MetadataNavigation namespace