GetPublicFolderName

Description

Returns name of the public queries folder from the resource file.

Note: This method became available in version 2002.05.00.

Syntax

VBScript


workspace.GetPublicFolderName 

Perl


$workspace->GetPublicFolderName(); 
Identifier
Description
workspace
The Workspace object obtained from the current session.
Return value
The string containing the name of the folder.

Examples

VBScript


folderName = workspace.GetPublicFolderName 

Perl


$folderName = $workspace->GetPublicFolderName();