M-Files UI Extensibility Framework
SelectPrevObjectFile Method
IShellListing Interface : SelectPrevObjectFile Method
True if the method can navigate to another object. False to keep the selection within the same parent object version.
Description
Moves the current selection to the previous object file item.
Syntax
Visual Basic
Public Function SelectPrevObjectFile( _
   ByVal allowMoveToPrevObject As Boolean _
) As Boolean
Parameters
allowMoveToPrevObject
True if the method can navigate to another object. False to keep the selection within the same parent object version.
Return Type
Returns true if a selection exists after the method call.
Remarks
Moves the selection to last object file if previous selection didn't exist. Unselects all if the first object file was already selected.
See Also

IShellListing Interface  | IShellListing Members