UnboundSiteMapNode(SiteMapProvider, String) Constructor
Initializes a new instance of the UnboundSiteMapNode class with the specified settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
provider | SiteMapProvider | The site map provider that manages the node. |
key | String | A provider-specific lookup key. |
Remarks
This constructor can be used to create a new UnboundSiteMapNode class instance and initialize it with the settings passed via the parameters.
See Also