WinForms Edition Documentation
C1.Win.C1Win7Pack Namespace / C1JumpList Class / RemoveFromKnownCategories Method
The C1JumpPath or C1JumpLink that represents the destination to remove.

In This Topic
RemoveFromKnownCategories Method
In This Topic
Removes a single C1JumpPath or C1JumpLink from the Recent and Frequent categories in a Jump List.
Syntax
'Declaration
 
Public Sub RemoveFromKnownCategories( _
   ByVal jumpItem As C1JumpItem _
) 
 

Parameters

jumpItem
The C1JumpPath or C1JumpLink that represents the destination to remove.
Remarks
If the item is pinned to the list by the user, it is not removed but its usage data is cleared.
See Also