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.
VBScript
workspace.Refresh
Perl
$workspace->Refresh();