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.

Syntax

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

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.