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.

Syntax

VBScript


valid_path = session.IsSiteExtendedName display_name

Perl


$valid_path = $session->IsSiteExtendedName(display_name);
Identifier
Description
session
The Session object that represents the current database-access session.
db_display_name
A String containing an entity display name.
Return value
A Boolean, True or False.