WebExtensionReference
Contents
[
Hide
]WebExtensionReference class
Represents identify the provider location and version of the extension.
class WebExtensionReference;
Properties
Property | Type | Description |
---|---|---|
id | string | Gets and sets the identifier associated with the Office Add-in within a catalog provider. The identifier MUST be unique within a catalog provider. |
version | string | Gets and sets the version. |
storeName | string | Gets and sets the instance of the marketplace where the Office Add-in is stored. . |
storeType | WebExtensionStoreType | Gets and sets the type of marketplace that the store attribute identifies. |
id
Gets and sets the identifier associated with the Office Add-in within a catalog provider. The identifier MUST be unique within a catalog provider.
id : string;
version
Gets and sets the version.
version : string;
storeName
Gets and sets the instance of the marketplace where the Office Add-in is stored. .
storeName : string;
storeType
Gets and sets the type of marketplace that the store attribute identifies.
storeType : WebExtensionStoreType;