[]
Describes why a C1JumpItem could not be added to the Jump List by the Windows shell.
public enum JumpItemRejectionReason
Name | Description |
---|---|
CustomCategoriesDisabled | Custom categories cannot be added while recent documents tracking is turned off. |
InvalidItem | The C1JumpItem contains incorrect data, for example, references an invalid file path or has no title. |
NoCustomCategory | The CustomCategory was not specified. |
NoRegisteredHandler | The application is not registered to handle the file name extension of the C1JumpItem. |
RemovedByUser | The item was previously in the Jump List but was removed by the user. |