Click or drag to resize
TreeSiteMapNodeTreeProvider Property
Tree provider instance used to access data. If no TreeProvider is assigned, a new TreeProvider instance is created.

Namespace: CMS.CMSSiteMapProvider
Assembly: CMS.CMSSiteMapProvider (in CMS.CMSSiteMapProvider.dll) Version: 9.0.0
Syntax
C#
public virtual TreeProvider TreeProvider { get; set; }

Property Value

Type: TreeProvider
See Also