IsSiteExtendedName

Description

Tests whether the specified name is an extended name and returns Boolean True if it is an extended name and otherwise returns False.

This method supports MultiSite operations. Its purpose is to avoid name collisions. This method tests whether a name is an extended name, meaning that it has a site-extension identifier that makes it unique among all names in the MultiSite environment. If the name is not extended, you can use the GetSiteExtendedNames method to get the extended name. You can use the GetDisplayNamesNeedingSiteExtension method to get all names needing a site extension.

Syntaxe

VBScript

valid_path = session.IsSiteExtendedName display_name

Perl

$valid_path = $session->IsSiteExtendedName(display_name);
Identificateur
Description
session
Objet Session représentant la session en cours d'accès à la base de données.
db_display_name
A String containing an entity display name.
Return value
A Boolean, True or False.

Commentaires en retour