PortalHierarchyData members

Represents the IHierachyData implementation used by PortalSiteMapDataSource class.

The PortalHierarchyData type exposes the following members.

Constructors

  Name Description
Public method PortalHierarchyData Initializes a new instance of the PortalHierarchyData object.

Top

Properties

  Name Description
Public property PortalSiteMapNode Gets the PortalSiteMapNode that this object wraps.
Public property ShowChildren Gets or sets whether to return the child objects of the node that this object wraps.
Public property ShowNode Gets or sets whether to return the node that this object wraps.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Explicit interface implementations

  Name Description
Explicit interface implemetationPrivate property INavigateUIData.Description Gets the description of the site map node.
Explicit interface implemetationPrivate method IHierarchyData.GetChildren Retrieves the hierarchical child data items of the current item.
Explicit interface implemetationPrivate method IHierarchyData.GetParent Retrieves the hierarchical parent of the current item.
Explicit interface implemetationPrivate property IHierarchyData.HasChildren Gets a value that indicates whether the current PortalSiteMapNode object has any child nodes.
Explicit interface implemetationPrivate property IHierarchyData.Item Gets the hierarchical data item.
Explicit interface implemetationPrivate property INavigateUIData.Name Gets the name of the site map node.
Explicit interface implemetationPrivate property INavigateUIData.NavigateUrl Gets the Url of the site map node.
Explicit interface implemetationPrivate property IHierarchyData.Path Gets the path of the hierarchical data item.
Explicit interface implemetationPrivate property IHierarchyData.Type Gets a string that represents the type name of the hierarchical data item.
Explicit interface implemetationPrivate property INavigateUIData.Value Gets the value of the site map node.

Top

See also

Reference

PortalHierarchyData class

Microsoft.SharePoint.Publishing.Navigation namespace