M-Files UI Extensibility Framework
SelectNextObjectFile Method
IShellListing Interface : SelectNextObjectFile 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 next object file.
Syntax
Visual Basic
Public Function SelectNextObjectFile( _
   ByVal allowMoveToNextObject As Boolean _
) As Boolean
Parameters
allowMoveToNextObject
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 first object file item if previous selection didn't exist. Unselects all if the last object file item was already selected.
See Also

IShellListing Interface  | IShellListing Members