GetWorkspaceItemSiteExtendedName

Description

Returns site extended name of a workspace item, whether it needs it or not.

Remarque : This method became available in version 2002.05.00.

Syntaxe

VBScript

workspace.GetWorkspaceItemSiteExtendedName dbid 

Perl

$workspace->GetWorkspaceItemSiteExtendedName(dbid); 
Identificateur
Description
workspace
The Workspace object obtained from the current session.
dbid
A Long containing the dbid of the workspace item.
Valeur de retour
Returns a String containing the site extended name of the workspace item.

Commentaires