aspose.cells

Class WebExtensionReference

Represents identify the provider location and version of the extension.

Property Getters/Setters Summary
functiongetId()
function
setId(value)
           Gets and sets the identifier associated with the Office Add-in within a catalog provider. The identifier MUST be unique within a catalog provider.
functiongetStoreName()
function
           Gets and sets the instance of the marketplace where the Office Add-in is stored. .
functiongetStoreType()
function
           Gets and sets the type of marketplace that the store attribute identifies. The value of the property is WebExtensionStoreType integer constant.
functiongetVersion()
function
setVersion(value)
           Gets and sets the version.
 

    • Property Getters/Setters Detail

      • getId/setId : String 

        function getId() / function setId(value)
        
        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/setVersion : String 

        function getVersion() / function setVersion(value)
        
        Gets and sets the version.
      • getStoreName/setStoreName : String 

        function getStoreName() / function setStoreName(value)
        
        Gets and sets the instance of the marketplace where the Office Add-in is stored. .
      • getStoreType/setStoreType : Number 

        function getStoreType() / function setStoreType(value)
        
        Gets and sets the type of marketplace that the store attribute identifies. The value of the property is WebExtensionStoreType integer constant.