LevelHierarchyDataSource Class

Control that is used by the LevelHierarchyWebPart to gather data.

Inheritance Hierarchy

System.Object
  System.Web.UI.Control
    System.Web.UI.HierarchicalDataSourceControl
      Microsoft.SharePoint.Publishing.WebControls.LevelHierarchyDataSource
        Microsoft.SharePoint.Portal.WebControls.CategoryWebPartDataSource
        Microsoft.SharePoint.Publishing.WebControls.TableOfContentsDataSource

Namespace:  Microsoft.SharePoint.Publishing.WebControls
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public Class LevelHierarchyDataSource _
    Inherits HierarchicalDataSourceControl _
    Implements IDataSource
'Usage
Dim instance As LevelHierarchyDataSource
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level = AspNetHostingPermissionLevel.Minimal)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public class LevelHierarchyDataSource : HierarchicalDataSourceControl, 
    IDataSource

Remarks

This is the data source that the LevelHierarchyWebPart uses to gather data. It is the intermediary between the consuming LeveHierarhcyWebPart and the LevelHierarchyDataSourceView property, which is the object that actually gathers the data. It contains similar properties to the LevelHierarchyWebPart and passes these configuration values to the LevelHierarchyDataSourceView.

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

LevelHierarchyDataSource Members

Microsoft.SharePoint.Publishing.WebControls Namespace

LevelHierarchyWebPart

LevelHierarchyDataSourceView