WebExtensionReference
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. |
Methods
Method | Description |
---|---|
getId() | @deprecated. Please use the ‘id’ property instead. Gets and sets the identifier associated with the Office Add-in within a catalog provider. The identifier MUST be unique within a catalog provider. |
setId(string) | @deprecated. Please use the ‘id’ property instead. Gets and sets the identifier associated with the Office Add-in within a catalog provider. The identifier MUST be unique within a catalog provider. |
getVersion() | @deprecated. Please use the ‘version’ property instead. Gets and sets the version. |
setVersion(string) | @deprecated. Please use the ‘version’ property instead. Gets and sets the version. |
getStoreName() | @deprecated. Please use the ‘storeName’ property instead. Gets and sets the instance of the marketplace where the Office Add-in is stored. . |
setStoreName(string) | @deprecated. Please use the ‘storeName’ property instead. Gets and sets the instance of the marketplace where the Office Add-in is stored. . |
getStoreType() | @deprecated. Please use the ‘storeType’ property instead. Gets and sets the type of marketplace that the store attribute identifies. |
setStoreType(WebExtensionStoreType) | @deprecated. Please use the ‘storeType’ property instead. Gets and sets the type of marketplace that the store attribute identifies. |
isNull() | Checks whether the implementation object is null. |
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;
getId()
@deprecated. Please use the ‘id’ property instead. Gets and sets the identifier associated with the Office Add-in within a catalog provider. The identifier MUST be unique within a catalog provider.
getId() : string;
setId(string)
@deprecated. Please use the ‘id’ property instead. Gets and sets the identifier associated with the Office Add-in within a catalog provider. The identifier MUST be unique within a catalog provider.
setId(value: string) : void;
Parameters:
Parameter | Type | Description |
---|---|---|
value | string | The value to set. |
getVersion()
@deprecated. Please use the ‘version’ property instead. Gets and sets the version.
getVersion() : string;
setVersion(string)
@deprecated. Please use the ‘version’ property instead. Gets and sets the version.
setVersion(value: string) : void;
Parameters:
Parameter | Type | Description |
---|---|---|
value | string | The value to set. |
getStoreName()
@deprecated. Please use the ‘storeName’ property instead. Gets and sets the instance of the marketplace where the Office Add-in is stored. .
getStoreName() : string;
setStoreName(string)
@deprecated. Please use the ‘storeName’ property instead. Gets and sets the instance of the marketplace where the Office Add-in is stored. .
setStoreName(value: string) : void;
Parameters:
Parameter | Type | Description |
---|---|---|
value | string | The value to set. |
getStoreType()
@deprecated. Please use the ‘storeType’ property instead. Gets and sets the type of marketplace that the store attribute identifies.
getStoreType() : WebExtensionStoreType;
Returns
setStoreType(WebExtensionStoreType)
@deprecated. Please use the ‘storeType’ property instead. Gets and sets the type of marketplace that the store attribute identifies.
setStoreType(value: WebExtensionStoreType) : void;
Parameters:
Parameter | Type | Description |
---|---|---|
value | WebExtensionStoreType | The value to set. |
isNull()
Checks whether the implementation object is null.
isNull() : boolean;