[]
Adds the specified file path to the Recent category of the Jump List.
public void AddToRecentCategory(string filePath)
Type | Name | Description |
---|---|---|
string | filePath | The path to add to the Jump List. |
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.
Adds the specified C1JumpPath or C1JumpLink to the Recent category of the Jump List.
public void AddToRecentCategory(C1JumpItem jumpItem)
Type | Name | Description |
---|---|---|
C1JumpItem | jumpItem | The C1JumpPath or C1JumpLink to add to the Jump List. |
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.