WebExtensionReference

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.

public class WebExtensionReference

Constructors

NameDescription
WebExtensionReference()The default constructor.

Properties

NameDescription
Id { get; set; }Identifier associated with the web extension within a catalog provider.
Store { get; set; }Specifies the instance of the marketplace where the web extension is stored.
StoreType { get; set; }Specifies the type of marketplace.
Version { get; set; }Specifies the version of the web extension.

See Also