SiteMapDataSourceDesigner.GetView Method
.NET Framework 3.0
Gets the DesignerHierarchicalDataSourceView for the specified view.
Namespace: System.Web.UI.Design.WebControls
Assembly: System.Design (in system.design.dll)
Assembly: System.Design (in system.design.dll)
public DesignerHierarchicalDataSourceView GetView ( String viewPath )
public override function GetView ( viewPath : String ) : DesignerHierarchicalDataSourceView
Not applicable.
Parameters
- viewPath
The XPath query for the part of the data source to retrieve.
Return Value
A DesignerHierarchicalDataSourceView object.Community Additions
ADD
Show: