System.Web.UI.WebControls.SiteMapDataSourceView.Select Method

Gets the collection of the System.Web.SiteMapNode objects that represents the site navigation structure for the current user.

Syntax

public IEnumerable Select (System.Web.UI.DataSourceSelectArguments arguments)

Parameters

arguments
A System.Web.UI.DataSourceSelectArguments that is used to request operations on the data beyond basic data retrieval.

Returns

A System.Web.SiteMapNodeCollection that represents the site navigation structure for the current user.

Remarks

The SiteMapDataSourceView.Select(System.Web.UI.DataSourceSelectArguments) method calls the SiteMapDataSourceView.ExecuteSelect(System.Web.UI.DataSourceSelectArguments) method, passing the arguments parameter. The erload:System.Web.UI.WebControls.SiteMapDataSourceView.Select method is used by controls developers but it is not used by page developers nor in page code.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0