vtiRefreshWebFromServer

C++: void vtiRefreshWebFromServer();
VB: vtiRefreshWebFromServer

Description

Causes the Explorer to refresh all its views of the current web, by placing a call to the FrontPage Server Extensions to check for any updates on the web server. The Explorer’s interface will then reflect up-to-date information about the web, such as any pages or links that have been added by another author.

This is a blocking call. It is typically used after uploading several documents to the web using vtiPutDocuments, or after a new web has been created with vtiCreateWeb.

NOTE: If the FrontPage Explorer has no open web, calling this method may cause the FrontPage Explorer to display the message “System exception: access violation.” To avoid this problem, check that the string returned by vtiGetWebURL is not empty before calling this method.

Return Value

None.

Parameters

None.


Send feedback to MSDN.Look here for MSDN Online resources.