Gets the collection of the System.Web.SiteMapNode objects that represents the site navigation structure for the current user.
- arguments
- A System.Web.UI.DataSourceSelectArguments that is used to request operations on the data beyond basic data retrieval.
A System.Web.SiteMapNodeCollection that represents the site navigation structure for the current user.
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.