GetWorkspaceItemParentDbId
Description
Returns the parent DBID of the given workspace item.
Note: This method is for Windows™ only.
Syntax
VBScript
workspace.GetWorkspaceItemParentDbId
dbid
Perl
$workspace->GetWorkspaceItemParentDbId
(dbid);
- Identifier
- Description
- workspace
- The Workspace object obtained from the current session.
- dbid
- A String containing the DBID of the item for which you want the parent DBID.
- Return value
- A Long containing the parent DBID.