Skip to main content

IApplicationJumpListService.AddToRecentCategory(String) Method

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

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v23.2.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation

Declaration

void AddToRecentCategory(
    string jumpPath
)

Parameters

Name Type Description
jumpPath String

The JumpPath to add to the Jump List.

See Also