Régénérer

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.

Syntaxe

VBScript

workspace.Refresh  

Perl

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

Commentaires