SiteMapDataSource.IDataSource.GetView(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
For a description of this member, see GetView(String).
virtual System::Web::UI::DataSourceView ^ System.Web.UI.IDataSource.GetView(System::String ^ viewName) = System::Web::UI::IDataSource::GetView;
System.Web.UI.DataSourceView IDataSource.GetView (string viewName);
abstract member System.Web.UI.IDataSource.GetView : string -> System.Web.UI.DataSourceView
override this.System.Web.UI.IDataSource.GetView : string -> System.Web.UI.DataSourceView
Function GetView (viewName As String) As DataSourceView Implements IDataSource.GetView
Parameters
- viewName
- String
The URL of the root node of the view.
Returns
A HierarchicalDataSourceView helper object on the site map data, according to the starting node identified by the StartingNodeUrl property or its child, if the ShowStartingNode is false
.
Implements
Exceptions
No SiteMapProvider is configured or available for the site.
Remarks
This member is an explicit interface member implementation. It can be used only when the SiteMapDataSource instance is cast to an IDataSource interface.