TestimoX

API Reference

Enum

WindowsUpdateOperationSelectionMode

Namespace ComputerX.Updates
Assembly ComputerX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Controls how the reusable Windows Update operation layer narrows selected updates before execution.

Inheritance

  • Enum
  • WindowsUpdateOperationSelectionMode

Values

public const WindowsUpdateOperationSelectionMode All #

Keep all matching updates.

Value: 0
public const WindowsUpdateOperationSelectionMode Newest #

Keep only the newest matching update.

Value: 1
public const WindowsUpdateOperationSelectionMode NewestPerKb #

Keep only the newest matching update per KB when KBs are available.

Value: 2