Skip to main content

SelectPrevObjectFile

Description

Moves the current selection to the previous object file item.

Syntax

// shellListing points to instance of IShellListing
await shellListing.SelectPrevObjectFile(allowMoveToPrevObject);

Parameters

NameOptionalityTypeDescription
allowMoveToPrevObjectRequiredbooleanTrue if the method can navigate to another object.
False to keep the selectionwithin the same parent object version.

Return type

TypeDescription
Promise < void >Method does not return a value

Exceptions

ArgumentError - When allowMoveToPrevObject is null or undefined.