PortalNavigation Members
Include Protected Members
Include Inherited Members
Represents navigation for portal pages and other portal navigation objects.
The PortalNavigation type exposes the following members.
Properties
Name | Description | |
---|---|---|
AutomaticSortingMethod | Controls the property to use when automatically sorting navigation items owned by this site. | |
CurrentDynamicChildLimit | ||
CurrentIncludePages | ||
CurrentIncludeSubSites | ||
CurrentNavigationNodes | ||
GlobalDynamicChildLimit | Controls the maximum number of "dynamic" child items to show beneath this site in global navigation.Dynamic children are sub-sites (represented by SPWeb objects) and publishing pages. | |
GlobalIncludePages | Controls whether publishing pages in this site will be automatically included in global navigation. | |
GlobalIncludeSubSites | Controls whether sub-site's of this site will be automatically included in its global navigation. | |
GlobalNavigationNodes | A collection of SPNavigationNode objects that get included in the global navigation of the associated site. | |
InheritCurrent | Controls whether the associated site should display its own current navigation or should use the current navigation of its parent. | |
InheritGlobal | Controls whether the associated site should display its own global navigation or whether it should use the global navigation of its parent. | |
OrderingMethod | Controls the ordering of navigation items owned by this site. | |
ShowSiblings | Controls whether this site should display its sibling items in the current navigation. | |
SortAscending | Sorts items in a portal navigation in ascending alphanumeric order. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
ExcludeFromNavigation | Explicitly excludes a specific subsite or page from being displayed in navigation. | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
IncludeInNavigation | Explicitly includes a specific subsite or page for display in navigation. | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top