|
AddTOCItemL Method |
Top Previous Next |
|
This method is invoked to add a link to the TOC (Table of Contents). The AddTOCItem with Title, ParentNode, and URL is used to add an item to the Table of contents which will link to the URL.
Syntax
Parameters
Title [in] indicates the name of the TOC item.
ParentNode [in] indicates the node for which the item to be added becomes the child.
URL [in] indicates the link to the URL.
Return Value
It will return an identifier to the entry which can be used in subsequent calls as ParentNode.
|