WinForms Edition Documentation
C1.Win.C1Win7Pack Namespace / C1JumpList Class / AddToRecentCategory Method / AddToRecentCategory(C1JumpItem) Method
The C1JumpPath or C1JumpLink to add to the Jump List.

In This Topic
AddToRecentCategory(C1JumpItem) Method
In This Topic
Adds the specified C1JumpPath or C1JumpLink to the Recent category of the Jump List.
Syntax
'Declaration
 
Public Overloads Sub AddToRecentCategory( _
   ByVal jumpItem As C1JumpItem _
) 
 

Parameters

jumpItem
The C1JumpPath or C1JumpLink to add to the Jump List.
Remarks
The contents of the Recent category are managed by the Windows shell. If your application is not registered to handle the file type of the item, it will not appear in the Recent list and calls to AddToRecentCategory(C1JumpPath) will fail silently.
See Also