Skip Headers
Oracle® Universal Content Management
Release 10gR3
  Go To Table Of Contents
Contents

Previous
Previous
 
Next
Next
 

Navigation Tree Content

This setting determines which nodes are loaded into the navigation tree web part. Customization could include removing tree items or changing the required roles to determine the existence of the elements. The example section here contains only the "SavedQueries" nav tree node.

XML Path: \configuration\WebSupportServer\NavTreeDefinitions\Items

Example:

<NavTreeDefinitions>
    <Items>
        <clear />
        <add Name="SavedQueries"
        NavTreeType="Stellent.Wss.Scs.NavigationTree.SCSNavTreeSavedSearches,
        Stellent.Wss.Scs" />
    </Items>
</NavTreeDefinitions>