Description
Deletes
the workspace item designated by DBID.
Note: This method became available
in version 2002.05.00. In version 7.0.0.0 the limit on the number of records
that can be stored increased so the range of DBIDs also increased. However,
Rational ClearQuest clients earlier than version 7.0 cannot
display records with database identifiers (DBIDs) higher than the former limit.
For more information on DBIDs, see
Working with records
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.