Refresh

Description

Reloads the content in the workspace. Any cached workspace content is discarded and is reloaded on demand.

If you create a Workspace object without first having a Session object, you must call the SetSession method before attempting to reload the workspace.

Syntax

VBScript

workspace.Refresh  

Perl

$workspace->Refresh(); 
Identifier
Description
workspace
The Workspace object obtained from the current session.
Return value
None.