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 Site |
Child |
Gets or sets all the child nodes of the current Site |
Description |
Gets or sets a description for the Site |
Has |
Gets a value indicating whether the current Site |
Item[String] |
Gets or sets a custom attribute from the Attributes collection or a resource string based on the specified key.
Inherited from Site |
Key |
Gets a string representing a lookup key for a site map node.
Inherited from Site |
Next |
Gets the next Site |
Parent |
Gets or sets the Site |
Previous |
Gets the previous Site |
Provider |
Gets the Site |
Read |
Gets or sets a value indicating whether the site map node can be modified.
Inherited from Site |
Resource |
Gets or sets the resource key that is used to localize the Site |
Roles |
Gets or sets a collection of roles that are associated with the Site |
Root |
Gets the root node of the root provider in a site map provider hierarchy. If no provider hierarchy exists, the Root |
IHierarchy |
Gets a value that indicates whether the current Site |
IHierarchy |
Gets the hierarchical data item. For a description of this member, see Item.
Inherited from Site |
IHierarchy |
Gets a string that represents the type name of the hierarchical data item. For a description of this member, see Type.
Inherited from Site |
INavigate |
Gets the Description property of the site map node. For a description of this member, see Description.
Inherited from Site |
INavigate |
Gets the Title property of the site map node. For a description of this member, see Name.
Inherited from Site |
INavigate |
Gets the Url property of the site map node. For a description of this member, see Navigate |
INavigate |
Gets the Title property of the site map node. For a description of this member, see Value.
Inherited from Site |
Title |
Gets or sets the title of the Site |
Url | Gets or sets the URL of the page represented by the current site map node object. |
See Also