GetPublicFolderName

Description

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

Syntax

Perl


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

Example

Perl


$folderName = $workspace->GetPublicFolderName();