[]
        
(Showing Draft Content)

C1.Win.C1Win7Pack.C1JumpList.AddToRecentCategory

AddToRecentCategory Method

AddToRecentCategory(string)

Adds the specified file path to the Recent category of the Jump List.

Declaration
public void AddToRecentCategory(string filePath)
Parameters
Type Name Description
string filePath

The path 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(String) will fail silently.

AddToRecentCategory(C1JumpItem)

Adds the specified C1JumpPath or C1JumpLink to the Recent category of the Jump List.

Declaration
public void AddToRecentCategory(C1JumpItem jumpItem)
Parameters
Type Name Description
C1JumpItem 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.