SiteMapDataSource::GetView Method
Retrieves a named view on the site map data of the site map provider according to the starting node and other properties of the data source.
Assembly: System.Web (in System.Web.dll)
Parameters
- viewName
- Type: System::String
The name of the data source view to retrieve.
Return Value
Type: System.Web.UI::DataSourceViewA HierarchicalDataSourceView helper object on the site map data, according to the starting node that is identified by the StartingNodeUrl property or its child, if the ShowStartingNode is false.
| Exception | Condition |
|---|---|
| HttpException | The Provider is nullptr. |
| InvalidOperationException | The StartFromCurrentNode is true but the StartingNodeUrl is set. |
| ArgumentException | The StartingNodeUrl is set but the SiteMapDataSource cannot resolve a node for the specified URL. |
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.