TestimoX

API Reference

Enum

WindowsUpdateDeploymentAction

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

Represents the Windows Update Agent deployment action used in search criteria and result mapping.

Inheritance

  • Enum
  • WindowsUpdateDeploymentAction

Values

public const WindowsUpdateDeploymentAction Unknown #

The deployment action could not be determined.

Value: -1
public const WindowsUpdateDeploymentAction None #

No explicit deployment action is exposed on the update.

Value: 0
public const WindowsUpdateDeploymentAction Installation #

The update is deployed for installation.

Value: 1
public const WindowsUpdateDeploymentAction Uninstallation #

The update is deployed for uninstallation.

Value: 2
public const WindowsUpdateDeploymentAction Detection #

The update is deployed only for applicability detection.

Value: 3
public const WindowsUpdateDeploymentAction OptionalInstallation #

The update is offered as an optional installation.

Value: 4
public const WindowsUpdateDeploymentAction All #

Special query-only value that suppresses a deployment action filter.

Value: 99