WebExtensionReference

WebExtensionReference class

Represents identify the provider location and version of the extension.

class WebExtensionReference;

Methods

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

ParameterTypeDescription
valuestringThe value to set.

getVersion()

Gets and sets the version.

getVersion() : string;

setVersion(string)

Gets and sets the version.

setVersion(value: string) : void;

Parameters:

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

ParameterTypeDescription
valuestringThe value to set.

getStoreType()

Gets and sets the type of marketplace that the store attribute identifies.

getStoreType() : WebExtensionStoreType;

Returns

WebExtensionStoreType

setStoreType(WebExtensionStoreType)

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;