SiteMapDesignerDataSourceView Constructor (SiteMapDataSourceDesigner^, String^)
.NET Framework (current version)
Creates a new instance of the SiteMapDesignerDataSourceView class using the provided SiteMapDataSourceDesigner object and view name.
Assembly: System.Design (in System.Design.dll)
public:
SiteMapDesignerDataSourceView(
SiteMapDataSourceDesigner^ owner,
String^ viewName
)
Parameters
- owner
-
Type:
System.Web.UI.Design.WebControls::SiteMapDataSourceDesigner^
The parent SiteMapDataSourceDesigner.
- viewName
-
Type:
System::String^
The name of the view for which the data source provides data.
.NET Framework
Available since 2.0
Available since 2.0
Show: