SiteMapDataSource::IListSource::GetList Method ()

 

This API supports the product infrastructure and is not intended to be used directly from your code.

For a description of this member, see GetList.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

private:
virtual IList^ GetList() sealed = IListSource::GetList

Return Value

Type: System.Collections::IList^

An IList of data source controls that can be used as sources of lists of data.

This member is an explicit interface member implementation. It can be used only when the SiteMapDataSource instance is cast to an IListSource interface.

.NET Framework
Available since 2.0
Return to top
Show: