ProxySiteMapNode Members
Include Protected Members
Include Inherited Members
Represents the class derived from the PortalSiteMapNode class, used to wrap nodes of type CachedObjectSiteMapNode.
The ProxySiteMapNode type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ProxySiteMapNode | Initializes a new instance of a ProxySiteMapNode object. |
Top
Properties
Name | Description | |
---|---|---|
Attributes | (Inherited from SiteMapNode.) | |
Audience | Gets a string that represents the audience to display the ProxySiteMapNode object to. (Overrides PortalSiteMapNode.Audience.) | |
ChildNodes | (Inherited from SiteMapNode.) | |
CreatedDate | Gets a value that specifies the creation date for this ProxySiteMapNode object. (Overrides PortalSiteMapNode.CreatedDate.) | |
Description | Gets or sets a description for the ProxySiteMapNode. (Overrides SiteMapNode.Description.) | |
HasChildNodes | Gets a value that indicates whether this PortalSiteMapNode object has children. (Inherited from PortalSiteMapNode.) | |
InternalTitle | The title of the SPNavigationSiteMapNode without HTML encoding, even if encoding is specified on the associated PortalSiteMapProvider. (Inherited from SPNavigationSiteMapNode.) | |
InternalUrl | Gets the internal or canonical URL for this ProxySiteMapNode object. (Overrides PortalSiteMapNode.InternalUrl.) | |
IsExternal | Gets a value the indicates whether or not this node represents an "external" SPNavigationNode. (Inherited from SPNavigationSiteMapNode.) | |
IsVisible | Gets a value that indicates whether this ProxySiteMapNode object should be displayed in navigation. (Overrides PortalSiteMapNode.IsVisible.) | |
Item | (Inherited from SiteMapNode.) | |
Key | (Inherited from SiteMapNode.) | |
LastModifiedDate | Gets the date and time of the last modification for this ProxySiteMapNode object. (Overrides PortalSiteMapNode.LastModifiedDate.) | |
NextSibling | (Inherited from SiteMapNode.) | |
NodeId | Gets the identifier (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 | Gets the 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 | Gets or sets the title of the ProxySiteMapNode object. (Overrides SPNavigationSiteMapNode.Title.) | |
Type | Gets the type of this PortalWebSiteNode object. (Inherited from PortalSiteMapNode.) | |
Url | Gets or sets the URL of the page that the ProxySiteMapNode object represents. (Overrides SiteMapNode.Url.) | |
WebId | Gets the GUID of the PortalWebSiteMapNode object to which this ProxySiteMapNode object is associated. (Overrides PortalSiteMapNode.WebId.) | |
WebNode | Gets a new instance of the PortalWebSiteMapNode() object when the current PortalWebSiteMapNode instance is invalidated. (Inherited from PortalSiteMapNode.) |
Top
Methods
Name | Description | |
---|---|---|
Clone() | (Inherited from SiteMapNode.) | |
Clone(Boolean) | (Inherited from SiteMapNode.) | |
Equals | (Inherited from SiteMapNode.) | |
Finalize | (Inherited from Object.) | |
GetAllNodes | (Inherited from SiteMapNode.) | |
GetDataSourceView | (Inherited from SiteMapNode.) | |
GetExplicitResourceString | (Inherited from SiteMapNode.) | |
GetHashCode | (Inherited from SiteMapNode.) | |
GetHierarchicalDataSourceView | (Inherited from SiteMapNode.) | |
GetImplicitResourceString | (Inherited from SiteMapNode.) | |
GetNavigationChildren(NodeTypes) | Specifies the main entry point to get this PortalSiteMapNode object's child navigation node. (Overrides PortalSiteMapNode.GetNavigationChildren(NodeTypes).) | |
GetNavigationChildren(NodeTypes, NodeTypes, OrderingMethod, AutomaticSortingMethod, Boolean, Int32) | Specifies the main entry point to get this PortalSiteMapNode object's child navigation node. (Overrides PortalSiteMapNode.GetNavigationChildren(NodeTypes, NodeTypes, OrderingMethod, AutomaticSortingMethod, Boolean, Int32).) | |
GetNavigationParent | Returns a PortalSiteMapNode object that represents the parent of the SPNavigationSiteMapNode. (Inherited from SPNavigationSiteMapNode.) | |
GetType | (Inherited from Object.) | |
IsAccessibleToUser(HttpContext) | (Inherited from SiteMapNode.) | |
IsAccessibleToUser(SPWeb) | Returns a value indicating whether or not the user specified by the context has permission to access this node (or the object represented by this node). (Overrides SPNavigationSiteMapNode.IsAccessibleToUser(SPWeb).) | |
IsDescendantOf | Determines whether this PortalSiteMapNode is a descendant of the supplied node, and caches the result. (Inherited from PortalSiteMapNode.) | |
MemberwiseClone | (Inherited from Object.) | |
PopulateNavigationChildren | Populates the ProxySiteMapNode object with its child navigation nodes. (Overrides SPNavigationSiteMapNode.PopulateNavigationChildren(NodeTypes).) | |
ToString | (Inherited from SiteMapNode.) |
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