SiteMapDesignerHierarchicalDataSourceView Constructor (SiteMapDataSourceDesigner^, String^)

 

Initializes a new instance of the SiteMapDesignerHierarchicalDataSourceView class.

Namespace:   System.Web.UI.Design.WebControls
Assembly:  System.Design (in System.Design.dll)

public:
SiteMapDesignerHierarchicalDataSourceView(
	SiteMapDataSourceDesigner^ owner,
	String^ viewPath
)

Parameters

owner
Type: System.Web.UI.Design.WebControls::SiteMapDataSourceDesigner^

The SiteMapDataSourceDesigner that is the designer for the associated SiteMapDataSource.

viewPath
Type: System::String^

An XPath query that defines the block of data to use for the view.

.NET Framework
Available since 2.0
Return to top
Show: