Description
Returns
name of a workspace item.
Remarque : This method became available in version
2002.05.00.
Syntaxe
VBScript
workspace.GetWorkspaceItemName dbid, extend_option
Perl
$workspace->GetWorkspaceItemName(dbid, extend_option);
- Identificateur
- Description
- workspace
- The Workspace object obtained from the current session.
- dbid
- A Long containing the dbid of the workspace item.
- extend_option
- A Long containing the one of the following WorkspaceNameOption
enumerated constants:
_WORKSPACE_NAME_NOT_EXTENDED = 1
_WORKSPACE_NAME_EXTENDED = 2
_WORKSPACE_NAME_EXTEND_WHEN_NEEDED
= 3
- Valeur de retour
- Returns a string containing the name of the workspace item.