UniTreeNode Constructor (SiteMapProvider, String, String, String, String) |
Constructor.
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 13.0.131
Syntax public UniTreeNode(
SiteMapProvider provider,
string key,
string url,
string title,
string description
)
Parameters
- provider
- Type: System.WebSiteMapProvider
TreeSiteMapProvider - key
- Type: SystemString
Node key - url
- Type: SystemString
Node URL - title
- Type: SystemString
Node title - description
- Type: SystemString
Node description
See Also