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