Skip to main content
A newer version of this page is available. .

IApplicationJumpListService.AddToRecentCategory(String) Method

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

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v18.2.dll

Declaration

void AddToRecentCategory(
    string jumpPath
)

Parameters

Name Type Description
jumpPath String

The JumpPath to add to the Jump List.

See Also