Share via


extensionAlternateVersionsArray.hide.windowsExtensions object

Configures how to hide Windows-only types of extensions in favor of Office Web Add-in versions that run cross-platform (for example in Office on the web or Mac). For more information, see Option to disable Windows-only add-ins in the Office Add-ins documentation.

Properties that reference this object type:

Syntax

{
  "effect": "userOptionToDisable | disableWithNotification",
  "comAddin": {
    "progIds": [
      "{string}"
    ]
  },
  "automationAddin": {
    "progIds": [
      "{string}"
    ]
  },
  "xllCustomFunctions": {
    "fileNames": [
      "{string}"
    ]
  }
}

Properties

effect

Specifies the effect to take while installing the web add-in if the equivalent add-in is installed.

Type
string

Required

Constraints

Supported values
Allowed values: userOptionToDisable, disableWithNotification.

comAddin

Specifies the equivalent COM or VSTO add-ins

Type
comAddin

Required

Constraints

Supported values

automationAddin

Specifies the equivalent automation add-ins

Required

Constraints

Supported values

xllCustomFunctions

Specifies the XLL-based add-ins custom function

Required

Constraints

Supported values