UnboundSiteMapNode Properties
Represents a node in the hierarchical site map structure maintained by the UnboundSiteMapProvider.Name | Description |
---|---|
Attributes protected | Gets or sets a collection of additional attributes beyond the strongly typed properties that are defined for the SiteMapNode class. Inherited from SiteMapNode. |
ChildNodes | Gets or sets all the child nodes of the current SiteMapNode object from the associated SiteMapProvider provider. Inherited from SiteMapNode. |
Description | Gets or sets a description for the SiteMapNode. Inherited from SiteMapNode. |
HasChildNodes | Gets a value indicating whether the current SiteMapNode has any child nodes. Inherited from SiteMapNode. |
Item[String] | Gets or sets a custom attribute from the Attributes collection or a resource string based on the specified key. Inherited from SiteMapNode. |
Key | Gets a string representing a lookup key for a site map node. Inherited from SiteMapNode. |
NextSibling | Gets the next SiteMapNode node on the same hierarchical level as the current one, relative to the ParentNode property (if one exists). Inherited from SiteMapNode. |
ParentNode | Gets or sets the SiteMapNode object that is the parent of the current node. Inherited from SiteMapNode. |
PreviousSibling | Gets the previous SiteMapNode object on the same level as the current one, relative to the ParentNode object (if one exists). Inherited from SiteMapNode. |
Provider | Gets the SiteMapProvider provider that the SiteMapNode object is tracked by. Inherited from SiteMapNode. |
ReadOnly | Gets or sets a value indicating whether the site map node can be modified. Inherited from SiteMapNode. |
ResourceKey | Gets or sets the resource key that is used to localize the SiteMapNode. Inherited from SiteMapNode. |
Roles | Gets or sets a collection of roles that are associated with the SiteMapNode object, used during security trimming. Inherited from SiteMapNode. |
RootNode | Gets the root node of the root provider in a site map provider hierarchy. If no provider hierarchy exists, the RootNode property gets the root node of the current provider. Inherited from SiteMapNode. |
IHierarchyData.HasChildren | Gets a value that indicates whether the current SiteMapNode object has any child nodes. For a description of this member, see HasChildren. Inherited from SiteMapNode. |
IHierarchyData.Item | Gets the hierarchical data item. For a description of this member, see Item. Inherited from SiteMapNode. |
IHierarchyData.Type | Gets a string that represents the type name of the hierarchical data item. For a description of this member, see Type. Inherited from SiteMapNode. |
INavigateUIData.Description | Gets the Description property of the site map node. For a description of this member, see Description. Inherited from SiteMapNode. |
INavigateUIData.Name | Gets the Title property of the site map node. For a description of this member, see Name. Inherited from SiteMapNode. |
INavigateUIData.NavigateUrl | Gets the Url property of the site map node. For a description of this member, see NavigateUrl. Inherited from SiteMapNode. |
INavigateUIData.Value | Gets the Title property of the site map node. For a description of this member, see Value. Inherited from SiteMapNode. |
Title | Gets or sets the title of the SiteMapNode object. Inherited from SiteMapNode. |
Url | Gets or sets the URL of the page represented by the current site map node object. |
See Also