WinForms Edition Documentation
C1.Win.C1Win7Pack Namespace / C1JumpList Class / GetKnownCategoryItems Method
Specifies from which category the list of destinations should be retrieved.

In This Topic
GetKnownCategoryItems Method
In This Topic
Retrieves the destinations listed in the Recent or Frequent category in a Jump List.
Syntax
'Declaration
 
Public Function GetKnownCategoryItems( _
   ByVal knownCategory As JumpListKnownCategory _
) As IList(Of C1JumpItem)
 

Parameters

knownCategory
Specifies from which category the list of destinations should be retrieved.
Remarks
If a user pins an item in the Recent or Frequent categories, the item is no longer shown in its original category to avoid duplication in the Jump List. However, the item will still be returned by this method.
See Also