GenBreadCrumbs method: Node class

Syntax

GenBreadCrumbs(list)

Description

Note:

SmartNavigation has been desupported. This method remains for backward compatibility only.

Call the GenBreadCrumbs method from the requested node to generate an HTML code fragment that will be rendered in the browser as breadcrumbs.

The <li> elements in the input string are created by the GenRelatedActions and GenABNMenuElement methods of the Node class, and the GenABNMenuElement method of the Leaf class.

Parameters

Parameter Description

list

Specifies the list of <li> elements as a string.

Returns

A string with the <li> elements for the bread crumbs for this tree node appended.