MetadataHierarchyDataSourceControl class

Reserved for internal use.. Implements a data source control that supports metadata navigation.

Inheritance hierarchy

System.Object
  System.Web.UI.Control
    System.Web.UI.HierarchicalDataSourceControl
      Microsoft.Office.Server.WebControls.MetadataHierarchyDataSourceControl

Namespace:  Microsoft.Office.Server.WebControls
Assembly:  Microsoft.Office.DocumentManagement (in Microsoft.Office.DocumentManagement.dll)

Syntax

'Declaration
<MdsCompliantAttribute(IsCompliant := True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
Public NotInheritable Class MetadataHierarchyDataSourceControl _
    Inherits HierarchicalDataSourceControl _
    Implements IHierarchicalDataSource
'Usage
Dim instance As MetadataHierarchyDataSourceControl
[MdsCompliantAttribute(IsCompliant = true)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
public sealed class MetadataHierarchyDataSourceControl : HierarchicalDataSourceControl, 
    IHierarchicalDataSource

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

MetadataHierarchyDataSourceControl members

Microsoft.Office.Server.WebControls namespace