WebExtensionReference

WebExtensionReference class

Represents identify the provider location and version of the extension.

class WebExtensionReference;

Properties

PropertyTypeDescription
idstringGets and sets the identifier associated with the Office Add-in within a catalog provider. The identifier MUST be unique within a catalog provider.
versionstringGets and sets the version.
storeNamestringGets and sets the instance of the marketplace where the Office Add-in is stored. .
storeTypeWebExtensionStoreTypeGets and sets the type of marketplace that the store attribute identifies.

Methods

MethodDescription
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:

ParameterTypeDescription
valuestringThe 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:

ParameterTypeDescription
valuestringThe 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:

ParameterTypeDescription
valuestringThe 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

WebExtensionStoreType

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:

ParameterTypeDescription
valueWebExtensionStoreTypeThe value to set.

isNull()

Checks whether the implementation object is null.

isNull() : boolean;