SelectPrevFolder
Description
Moves the current selection to the previous folder.
Syntax
// shellListing points to instance of IShellListing
await shellListing.SelectPrevFolder(folderType);
Parameters
| Name | Optionality | Type | Description | 
|---|---|---|---|
| folderType | Required | number | Specifies to folder type to select. | 
Return type
| Type | Description | 
|---|---|
| Promise < void > | Method does not return a value |