Class JumpItemRejectionReason
The list of possible reasons why a JumpItem would be rejected from a JumpList when applied.
Inheritance
System.Object
JumpItemRejectionReason
Namespace: Syncfusion.Windows
Assembly: Syncfusion.Shared.WPF.dll
Syntax
public sealed class JumpItemRejectionReason : Enum
Fields
InvalidItem
The item was rejected because it was invalid for a jump list. E.g. the file path didn't exist.
Declaration
public const JumpItemRejectionReason InvalidItem
Field Value
Type |
---|
JumpItemRejectionReason |
Remarks
If the application is running on a system where jump lists are not available (like XP or Vista) items will get rejected with this reason.
None
Unknown reason. This should not be used.
Declaration
public const JumpItemRejectionReason None
Field Value
Type |
---|
JumpItemRejectionReason |
NoRegisteredHandler
The item was rejected because the program was not registered to handle the file extension.
Declaration
public const JumpItemRejectionReason NoRegisteredHandler
Field Value
Type |
---|
JumpItemRejectionReason |
RemovedByUser
The item was rejected because the user had explicitly removed it since the last time a JumpList was applied.
Declaration
public const JumpItemRejectionReason RemovedByUser
Field Value
Type |
---|
JumpItemRejectionReason |