WebExtensionReference
WebExtensionReference class
Represents identify the provider location and version of the extension.
class WebExtensionReference;
Methods
Method | Description |
---|---|
getId() | 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) | 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() | Gets and sets the version. |
setVersion(string) | Gets and sets the version. |
getStoreName() | Gets and sets the instance of the marketplace where the Office Add-in is stored. . |
setStoreName(string) | Gets and sets the instance of the marketplace where the Office Add-in is stored. . |
getStoreType() | Gets and sets the type of marketplace that the store attribute identifies. |
setStoreType(WebExtensionStoreType) | Gets and sets the type of marketplace that the store attribute identifies. |
isNull() | Checks whether the implementation object is null. |
getId()
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)
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()
Gets and sets the version.
getVersion() : string;
setVersion(string)
Gets and sets the version.
setVersion(value: string) : void;
Parameters:
Parameter | Type | Description |
---|---|---|
value | string | The value to set. |
getStoreName()
Gets and sets the instance of the marketplace where the Office Add-in is stored. .
getStoreName() : string;
setStoreName(string)
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()
Gets and sets the type of marketplace that the store attribute identifies.
getStoreType() : WebExtensionStoreType;
Returns
setStoreType(WebExtensionStoreType)
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;