SiteExtendedNameRequired

Description

Returns whether a site extended name is required for the given workspace item. This also applies to replicated databases.

Remarque : This method became available in version 2002.05.00.

Syntaxe

VBScript

workspace.SiteExtendedNameRequired dbid 

Perl

$workspace->SiteExtendedNameRequired(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 Boolean True if a site extended name is required for the given workspace item; False otherwise.

Feedback