Show TOC

Background documentationCollectionMapEntry Locate this document in the navigation structure

 

Holds a link collection of a specific type.

Fields

Name

Type

Description

collectionId

String

Indicates the type of link collection.

See below for a list of valid collection type IDs.

collection

NavigationCollection

The link collection.

The following is a list of the available types of link collections, and the ID for each:

  • Related Targets: com.sap.portal.collection.related_targets

  • See Also Links: com.sap.portal.collection.see_also

  • Related Navigation: com.sap.portal.collection.related_navigation

  • Dynamic Views: com.sap.portal.collection.dynamic_views

  • Recent Links: com.sap.portal.collection.recent_links

  • Favorites: com.sap.portal.collection.favorites

For more information on how standard types of link collections are displayed, see Navigation iViews.

More Information