M-Files UI Extensibility Framework
GetNavigationHistory Method
IShellFrame Interface : GetNavigationHistory Method
Defines the part of the navigation history to be returned.
Description
Returns the navigation history as paths relative to the vault root.
Syntax
Visual Basic
Public Function GetNavigationHistory( _
   ByVal direction As NavigationHistory _
) As String
Parameters
direction
ValueDescription
NavigationHistory_AllThe entire navigation history.
NavigationHistory_BackNavigation history backwards from the current path.
NavigationHistory_ForwardNavigation history forward from the current path.
Defines the part of the navigation history to be returned.
See Also

IShellFrame Interface  | IShellFrame Members