vtiBringPageToTop

C++: long vtiBringPageToTop(LPCTSTR szURL, LPCTSTR szWebURL, 
   LPCTSTR szCookie, long toDoTaskId);
VB: vtiBringPageToTop(URL as String, WebURL as String, Cookie as String, toDoTaskId as Long) as Long

Description

This method causes the specified page to be brought to the top of the stack of page windows in the FrontPage Editor.

Return Value

1 - success

0 - failure

Parameters

URL is an absolute page URL

WebURL should be an empty string. (Or, WebURL can be the web’s URL and URL is the web-relative page URL.)

Cookie should be an empty string.

toDoTaskId should be 0.