M-Files UI Extensibility Framework
SelectPrevFolder Method
IShellListing Interface : SelectPrevFolder Method
Specifies to folder type to select.
Description
Moves the current selection to the previous folder.
Syntax
Visual Basic
Public Function SelectPrevFolder( _
   ByVal folderDefType As MFFolderDefType _
) As Boolean
Parameters
folderDefType
Specifies to folder type to select.
Return Type
Returns true if a selection exists after the method call.
Remarks
Moves the selection to the last folder if the previous selection didn't exist. Unselects all if the first folder was already selected.
See Also

IShellListing Interface  | IShellListing Members