UnboundSiteMapNode Constructors
Represents a node in the hierarchical site map structure maintained by the UnboundSiteMapProvider.Name | Parameters | Description |
---|---|---|
UnboundSiteMapNode(SiteMapProvider, String, String, String, String, IList, NameValueCollection, NameValueCollection, String) | provider, key, url, title, description, roles, attributes, explicitResourceKeys, implicitResourceKey | Initializes a new instance of the UnboundSiteMapNode class with the specified settings. |
UnboundSiteMapNode(SiteMapProvider, String, String, String, String) | provider, key, url, title, description | Initializes a new instance of the UnboundSiteMapNode class with the specified settings. |
UnboundSiteMapNode(SiteMapProvider, String, String, String) | provider, key, url, title | Initializes a new instance of the UnboundSiteMapNode class with the specified settings. |
UnboundSiteMapNode(SiteMapProvider, String, String) | provider, key, url | Initializes a new instance of the UnboundSiteMapNode class with the specified settings. |
UnboundSiteMapNode(SiteMapProvider, String) | provider, key | Initializes a new instance of the UnboundSiteMapNode class with the specified settings. |
See Also