vtiGetWebTitle

C++: CString vtiGetWebTitle();
VB: vtiGetWebTitle as String

Description

This method returns the title of the current web, as set by an author in the FrontPage Explorer. A web’s title is analagous to the TITLE tag in a web page.

Return Value

The title of the current web. If no title has been set, the returned string will be the same as the web’s URL (see vtiGetWebURL). Returns an empty string if there is no current web, or if the current web is the Root Web (“/”).

Parameters

None.