AddToRecentCategory(String) Method
In This Topic
Adds the specified file path to the Recent category of the Jump List.
Syntax
'Declaration
Public Overloads Sub AddToRecentCategory( _
ByVal As String _
)
public void AddToRecentCategory(
string
)
Parameters
- filePath
- The path to add to the Jump List.
See Also