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
System.Web.UI.HierarchicalDataSourceView
Microsoft.SharePoint.Publishing.WebControls.LevelHierarchyDataSourceView
Microsoft.SharePoint.Publishing.WebControls.TableOfContentsDataSourceView
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.