GetPersonalFolderName
Description
Returns name of the personal queries folder from the resource file.
Syntax
Perl
$workspace->GetPersonalFolderName();
- 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->GetPersonalFolderName();