GetWorkspaceItemName
Description
Returns name of a workspace item.
Note: This method became available in
version 2002.05.00.
Syntax
VBScript
workspace.GetWorkspaceItemName
dbid, extend_option
Perl
$workspace->GetWorkspaceItemName
(dbid, extend_option);
- Identifier
- 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
- Return value
- Returns a string containing the name of the workspace item.