WebExtensionReference class
WebExtensionReference class
Represents the reference to a web extension. The reference is used to identify the provider location and version of the
extension.
To learn more, visit the Work with Office Add-ins documentation article.
Constructors
Properties
| Name | Description |
|---|
| id | Identifier associated with the web extension within a catalog provider. |
| store | Specifies the instance of the marketplace where the web extension is stored. |
| storeType | Specifies the type of marketplace. |
| version | Specifies the version of the web extension. |
See Also