GetFolderByDbId

Description

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

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

Syntax

VBScript


workspace.GetFolderByDbId DbId 

Perl


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