GetWorkspaceItemPathName

Description

Returns a list of path names for the workspace item, including the name of the workspace item itself. Each string contains a path name for the workspace item.

Note: This method became available in version 2002.05.00.

Syntax

VBScript


workspace.GetWorkspaceItemPathName dbid, extend_option 

Perl


$workspace->GetWorkspaceItemPathName(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
For Visual Basic, returns an array of strings.

For Perl, returns a reference to an array of strings.

Each string contains a path name for the workspace item, including the name of the workspace item itself.