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