GetFolderName
Description
Returns the display name of a folder in the current listing.
Syntax
// shellListing points to instance of IShellListing
const result = await shellListing.GetFolderName(folderDef);
Parameters
| Name | Type | Description |
|---|---|---|
| folderDef | IFolder | The folder for which display name should be returned. |
Return type
| Type | Description |
|---|---|
Promise < string > | Display name of a folder in the current listing. |