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

NameDescription
WebExtensionReference()The default constructor.

Properties

NameDescription
idIdentifier associated with the web extension within a catalog provider.
storeSpecifies the instance of the marketplace where the web extension is stored.
store_typeSpecifies the type of marketplace.
versionSpecifies the version of the web extension.

See Also