vtiGetBookmarkList

C++: CSTRING vtiGetBookmarkList(LPCTSTR szPageUrl, 
LPCTSTR szWebUrl);
VB: vtiGetBookmarkList(PageUrl as String, WebUrl as String) as String

Description

Retrieves a list of all of the internal bookmarks present in the specified HTML page.

Return Value

A newline-delimited list of bookmarks on the specified HTML page.

Parameters

The typical usage is to pass in the full PageUrl and leave WebUrl empty. But for convenience, you can specify the WebUrl as an absolute URL and the PageUrl as a web-relative URL.

PageUrl is the either the full URL of the page, or a web-relative URL of the page for which you want to get the list of bookmarks.

WebURL is either NULL (if you specify a full PageUrl) or the URL of the FrontPage web which contains PageUrl.

See vtiRefreshDocument( ) for example usage.