Returns the navigation history as paths relative to the vault root.
Visual Basic |
---|
Public Function GetNavigationHistory( _ ByVal direction As NavigationHistory _ ) As String |
Value | Description |
---|---|
NavigationHistory_All | The entire navigation history. |
NavigationHistory_Back | Navigation history backwards from the current path. |
NavigationHistory_Forward | Navigation history forward from the current path. |