asposecells.api

Class WebExtensionReference

Represents identify the provider location and version of the extension.

Property Getters/Setters Summary
methodgetId()
method
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.
methodgetStoreName()
method
           Gets and sets the instance of the marketplace where the Office Add-in is stored. .
methodgetStoreType()
method
           Gets and sets the type of marketplace that the store attribute identifies. The value of the property is WebExtensionStoreType integer constant.
methodgetVersion()
method
setVersion(value)
           Gets and sets the version.
 

    • Property Getters/Setters Detail

      • getId/setId : String 

        String getId() / 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 

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

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

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