www.gnostice.com 

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

 

 

[VC++]

long AddTOCItemL(LPCTSTR Title, long ParentNode, LPCTSTR URL);

 

[C#]

public abstract new System.Int32 AddTOCItemL ( System.String Title , System.Int32 ParentNode , System.String URL )

 

[VB]

Function AddTOCItemL(Title As String, ParentNode As Long, URL As String) As Long

 

 

 

 

 

 

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.