DeleteWorkspaceItemByDbId
Description
Deletes the workspace item designated by DBID.
Syntax
VBScript
workspace.DeleteWorkspaceItemByDbId
dbid
Perl
$workspace->DeleteWorkspaceItemByDbId
(dbid);
- Identifier
- Description
- workspace
- The Workspace object obtained from the current session.
- dbid
- A Long containing the dbid of the workspace item to delete.
- Return value
- Returns Boolean True is if successful; False if failed.