SelectPrevObjectFile
Description
Moves the current selection to the previous object file item.
Syntax
// shellListing points to instance of IShellListing
await shellListing.SelectPrevObjectFile(allowMoveToPrevObject);
Parameters
Name | Type | Description |
---|---|---|
allowMoveToPrevObject | 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 |