TableOfContentsTaxonomyDataSource constructor
Initializes a new instance of the TableOfContentsTaxonomyDataSource object by using the specified TaxonomySiteMapProvider instance.
Namespace: Microsoft.SharePoint.Publishing.WebControls
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Sub New ( _
provider As TaxonomySiteMapProvider _
)
'Usage
Dim provider As TaxonomySiteMapProvider
Dim instance As New TableOfContentsTaxonomyDataSource(provider)
public TableOfContentsTaxonomyDataSource(
TaxonomySiteMapProvider provider
)
Parameters
provider
Type: Microsoft.SharePoint.Publishing.Navigation.TaxonomySiteMapProviderThe TaxonomySiteMapProvider object to use as the data source.
See also
Reference
TableOfContentsTaxonomyDataSource class