ProxySiteMapNode Members
Include Protected Members
Include Inherited Members
Class derived from the PortalSiteMapNode class. Used to wrap nodes of type CachedObjectSiteMapNode.
The ProxySiteMapNode type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ProxySiteMapNode | Constructor for ProxySiteMapNode class. |
Top
Properties
Name | Description | |
---|---|---|
Attributes | (Inherited from SiteMapNode.) | |
Audience | Gets a string that represents the audience to display this PortalSiteMapNode object to. (Inherited from PortalSiteMapNode.) | |
ChildNodes | (Inherited from SiteMapNode.) | |
CreatedDate | (Overrides PortalSiteMapNode.CreatedDate.) | |
Description | (Overrides SiteMapNode.Description.) | |
HasChildNodes | Gets Boolean data that can indicate whether this PortalSiteMapNode object has children. (Inherited from PortalSiteMapNode.) | |
InternalTitle | Gets the title of this PortalSiteMapNode object. (Inherited from PortalSiteMapNode.) | |
InternalUrl | (Overrides PortalSiteMapNode.InternalUrl.) | |
IsExternal | Determines whether or not this node represents an "external" SPNavigationNode. (Inherited from SPNavigationSiteMapNode.) | |
IsVisible | (Overrides PortalSiteMapNode.IsVisible.) | |
Item | (Inherited from SiteMapNode.) | |
Key | (Inherited from SiteMapNode.) | |
LastModifiedDate | (Overrides PortalSiteMapNode.LastModifiedDate.) | |
NextSibling | (Inherited from SiteMapNode.) | |
NodeId | Gets the ID of the SPNavigationNode that this node represents. (Inherited from SPNavigationSiteMapNode.) | |
ParentNode | (Inherited from SiteMapNode.) | |
PortalProvider | Gets a new instance of the PortalSiteMapNode() object when the current PortalSiteMapNode object is invalidated. (Inherited from PortalSiteMapNode.) | |
PreviousSibling | (Inherited from SiteMapNode.) | |
Provider | (Inherited from SiteMapNode.) | |
ReadOnly | (Inherited from SiteMapNode.) | |
ReferencedNode | CachedObjectSiteMapNode property that this node wraps or references. | |
ResourceKey | (Inherited from SiteMapNode.) | |
Roles | (Inherited from SiteMapNode.) | |
RootNode | (Inherited from SiteMapNode.) | |
Target | Gets a string representing the _target property on the link rendered to represent this PortalSiteMapNode object. (Inherited from PortalSiteMapNode.) | |
Title | (Overrides SiteMapNode.Title.) | |
Type | Returns the type of this PortalWebSiteNode object. (Inherited from PortalSiteMapNode.) | |
Url | (Overrides SiteMapNode.Url.) | |
WebId | (Overrides PortalSiteMapNode.WebId.) | |
WebNode | Gets a new instance of the PortalWebSiteMapNode() object when the current PortalWebSiteMapNode instance is invalidated. (Inherited from PortalSiteMapNode.) |
Top
Methods
Top
Fields
Name | Description | |
---|---|---|
audience | Specifies a field that contains a string that represents the audience to display this PortalSiteMapNode object to. (Inherited from PortalSiteMapNode.) | |
createdDate | Specifies a field that contains a DateTime value that represents the creation date for this PortalSiteMapNode object. (Inherited from PortalSiteMapNode.) | |
internalTitle | Specifies the field that contains a string that represents the title of this PortalSiteMapNode object. (Inherited from PortalSiteMapNode.) | |
internalUrl | Specifies the field that contains a string that represents the URL of this PortalSiteMapNode object. (Inherited from PortalSiteMapNode.) | |
lastModifiedDate | Specifies a field that contains a DateTime value that represents the date of the last modification of this PortalSiteMapNode object. (Inherited from PortalSiteMapNode.) | |
navigationChildren | Specifies a cached collection of the child navigation nodes. (Inherited from PortalSiteMapNode.) | |
type | Specifies a field that contains a value that determines the type of this PortalSiteMapNode object. (Inherited from PortalSiteMapNode.) | |
webNode | Specifies a field that contains the PortalWebSiteMapNode object that represents the Web site that owns this node in navigation. (Inherited from PortalSiteMapNode.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
ICloneable.Clone | (Inherited from SiteMapNode.) | |
INavigateUIData.Description | (Inherited from SiteMapNode.) | |
IHierarchyData.GetChildren | (Inherited from SiteMapNode.) | |
IHierarchyData.GetParent | (Inherited from SiteMapNode.) | |
IHierarchyData.HasChildren | (Inherited from SiteMapNode.) | |
IHierarchyData.Item | (Inherited from SiteMapNode.) | |
INavigateUIData.Name | (Inherited from SiteMapNode.) | |
INavigateUIData.href | (Inherited from SiteMapNode.) | |
IHierarchyData.Path | (Inherited from SiteMapNode.) | |
IHierarchyData.Type | (Inherited from SiteMapNode.) | |
INavigateUIData.Value | (Inherited from SiteMapNode.) |
Top