RefreshData Method



 
The RefreshData method refreshes the object's properties.


Syntax

    WindowInfo.RefreshData()
Return Value
    None.
Remarks
    None.
Examples
    The following example refreshes the object's properties.

    <SCRIPT TYPE="text/javascript">
    window.external.InitScriptInterface();
    thiswindow = SiteKiosk.WindowList.ActiveWindow;
    thiswindow.RefreshData();
    </SCRIPT>
    

Applies to
    SiteKiosk v5.0 (and later versions).

Back to top