SelectNextObjectFile
Description
Moves the current selection to the next object file.
Syntax
// shellListing points to instance of IShellListing
await shellListing.SelectNextObjectFile(allowMoveToNextObject);
Parameters
| Name | Optionality | Type | Description |
|---|---|---|---|
| allowMoveToNextObject | Required | boolean | True if the method can navigate to another object. False to keep the selectionwithin the same parent object version. |
Return type
| Type | Description |
|---|---|
| Promise < void > | Method does not return a value |