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.
VBScript
workspace.GetWorkspaceItemPathName dbid, extend_option
Perl
$workspace->GetWorkspaceItemPathName(dbid, extend_option);
_WORKSPACE_NAME_NOT_EXTENDED = 1
_WORKSPACE_NAME_EXTENDED = 2
_WORKSPACE_NAME_EXTEND_WHEN_NEEDED = 3
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.