NavigateRefresh - cWebApp
Reloads web application in the browser
Type: Procedure
Syntax
Procedure NavigateRefresh
Call Example
Send NavigateRefresh
Description
Send NavigateRefresh to reload your web application in the browser. This will clear all loaded views from the browser cache and zero all web properties.
You would send this message after sending RequestLogout to restart the WebApp and trigger a new user login.
Sample
Send NavigateRefresh
See Also
UnloadView | NavigateNewWindow | NavigateToPage | ShowMessageBox | ShowInfoBox | ShowYesNo