This documentation is archived and is not being maintained.
SiteMapDataSource::GetView Method
Visual Studio 2010
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 SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: