BaseTableOfContentsDataSource.Provider property

Gets the current instance of the SiteMapProvider object.

Namespace:  Microsoft.SharePoint.Publishing.WebControls
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
Protected Property Provider As SiteMapProvider
    Get
    Private Set
'Usage
Dim value As SiteMapProvider

value = Me.Provider
protected SiteMapProvider Provider { get; private set; }

Property value

Type: System.Web.SiteMapProvider

See also

Reference

BaseTableOfContentsDataSource class

BaseTableOfContentsDataSource members

Microsoft.SharePoint.Publishing.WebControls namespace