This topic has not yet been rated - Rate this topic

LevelHierarchyDataSourceView Class

Represents a single (default) view of the LevelHierarchyDataSource class.

System.Object
  System.Web.UI.HierarchicalDataSourceView
    Microsoft.SharePoint.Publishing.WebControls.LevelHierarchyDataSourceView
      Microsoft.SharePoint.Publishing.WebControls.TableOfContentsDataSourceView

Namespace:  Microsoft.SharePoint.Publishing.WebControls
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
[AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level = AspNetHostingPermissionLevel.Minimal)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public abstract class LevelHierarchyDataSourceView : HierarchicalDataSourceView

This is the data source view for the LevelHierarchyDataSource class. It has properties similar to LevelHierarchyDataSource and these properties values are retrieved and set by the LevelHierarchyDataSource directly from and to this view. It is an abstract base class and requires a derived class to implement the GetChildren(LevelElementHierarchyData) method and GetRootLevelElements(RootElementData) method.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ