Header menu logo fable-electron-docs-api

SetJumpList Type

Union cases

Union case Description

CustomCategoryAccessDeniedError

Full Usage: CustomCategoryAccessDeniedError

Custom categories can't be added to the Jump List due to user privacy or group policy settings.

Error

Full Usage: Error

One or more errors occurred, enable runtime logging to figure out the likely cause.

FileTypeRegistrationError

Full Usage: FileTypeRegistrationError

An attempt was made to add a file link to the Jump List for a file type the app isn't registered to handle.

InvalidSeparatorError

Full Usage: InvalidSeparatorError

An attempt was made to add a separator to a custom category in the Jump List. Separators are only allowed in the standard Tasks category.

Ok

Full Usage: Ok

Nothing went wrong.

Instance members

Instance member Description

this.IsCustomCategoryAccessDeniedError

Full Usage: this.IsCustomCategoryAccessDeniedError

Returns: bool
Returns: bool

this.IsError

Full Usage: this.IsError

Returns: bool
Returns: bool

this.IsFileTypeRegistrationError

Full Usage: this.IsFileTypeRegistrationError

Returns: bool
Returns: bool

this.IsInvalidSeparatorError

Full Usage: this.IsInvalidSeparatorError

Returns: bool
Returns: bool

this.IsOk

Full Usage: this.IsOk

Returns: bool
Returns: bool

Type something to start searching.