UnboundSiteMapProviderBase.CreateNode Method
Name | Parameters | Description |
---|---|---|
CreateNode(String, String, String, IList, NameValueCollection) | url, title, description, roles, attributes | Creates a new instance of the UnboundSiteMapNode class with the specified settings. |
CreateNode(String, String, String, IList) | url, title, description, roles | Creates a new instance of the UnboundSiteMapNode class with the specified settings. |
CreateNode(String, String, String) | url, title, description | Creates a new instance of the UnboundSiteMapNode class with the specified settings. |
CreateNode(String, String) | url, title | Creates a new instance of the UnboundSiteMapNode class with the specified settings. |