GetFolderByDbId

Description

Returns the Folder object that represents the folder specified by the DbId argument.

Remarque : You must call SetSession on the Workspace object before calling GetFolderByDbId, if you have not created a Session object.

Syntaxe

VBScript

workspace.GetFolderByDbId DbId 

Perl

$workspace->GetFolderByDbId(DbId); 
Identificateur
Description
workspace
The Workspace object obtained from the current session.
DbId
A Long containing a database ID of the folder.
Valeur renvoyée
Returns the Folder object that represents the specified folder.

Feedback