Enum JumpItemRejectionReason
The list of possible reasons why a JumpItem would be rejected from a JumpList when applied.
Namespace: Syncfusion.Windows
Assembly: Syncfusion.Shared.Wpf.dll
Syntax
public enum JumpItemRejectionReason
Fields
Name | Description |
---|---|
InvalidItem | The item was rejected because it was invalid for a jump list. E.g. the file path didn't exist. |
None | Unknown reason. This should not be used. |
NoRegisteredHandler | The item was rejected because the program was not registered to handle the file extension. |
RemovedByUser | The item was rejected because the user had explicitly removed it since the last time a JumpList was applied. |