SiteMapHierarchicalDataSourceView.SiteMapHierarchicalDataSourceView(SiteMapNode) Constructor
.NET Framework 3.0
Initializes a new instance of the SiteMapHierarchicalDataSourceView class, adding the specified node to the IHierarchicalEnumerable collection that the data source view maintains.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public SiteMapHierarchicalDataSourceView ( SiteMapNode node )
public function SiteMapHierarchicalDataSourceView ( node : SiteMapNode )
Not applicable.
Parameters
- node
A SiteMapNode that the data source view represents.
The SiteMapHierarchicalDataSourceView class maintains an internal SiteMapNodeCollection collection of nodes. When the SiteMapHierarchicalDataSourceView constructor is used, the specified node is added to the collection. A call to the Select method will return this collection of one element.
Community Additions
ADD
Show: