Skip to main content
A newer version of this page is available. .
Tab

UnboundSiteMapProvider Constructors

Represents an unbound site map provider that can hold and generate site map data.
Name Parameters Description
UnboundSiteMapProvider() none Initializes a new instance of the UnboundSiteMapProvider class.
UnboundSiteMapProvider(String, String, String) rootNodeUrl, rootNodeTitle, rootNodeDescription Initializes a new instance of the UnboundSiteMapProvider class with the specified settings.
UnboundSiteMapProvider(String, String) rootNodeUrl, rootNodeTitle Initializes a new instance of the UnboundSiteMapProvider class with the specified settings.
UnboundSiteMapProvider(String) rootNodeUrl Initializes a new instance of the UnboundSiteMapProvider class with the specified setting.
See Also