GetWorkspaceItemParentDbId

Description

Returns the parent DBID of the given workspace item.

Remarque : This method is for Windows only.
Remarque : 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.0.0 cannot display records with database identifiers (DBIDs) higher than the former limit. For more information on DBIDs, see Utilisation d'enregistrements

Syntaxe

VBScript

workspace.GetWorkspaceItemParentDbId dbid 

Perl

$workspace->GetWorkspaceItemParentDbId(dbid); 
Identificateur
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.

Commentaires en retour