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