SiteMapDesignerDataSourceView(SiteMapDataSourceDesigner, String) Constructor

Definition

Creates a new instance of the SiteMapDesignerDataSourceView class using the provided SiteMapDataSourceDesigner object and view name.

C#
public SiteMapDesignerDataSourceView (System.Web.UI.Design.WebControls.SiteMapDataSourceDesigner owner, string viewName);

Parameters

viewName
String

The name of the view for which the data source provides data.

Applies to

See also