Aspose::Cells::WebExtensions::WebExtensionReference class

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.
GetStoreName()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.
GetVersion()Gets and sets the version.
IsNull() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator bool()
operator=(const WebExtensionReference& src)operator=
SetId(const U16String& 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.
SetId(const char16_t* 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.
SetStoreName(const U16String& value)Gets and sets the instance of the marketplace where the Office Add-in is stored. .
SetStoreName(const char16_t* value)Gets and sets the instance of the marketplace where the Office Add-in is stored. .
SetStoreType(WebExtensionStoreType value)Gets and sets the type of marketplace that the store attribute identifies.
SetVersion(const U16String& value)Gets and sets the version.
SetVersion(const char16_t* value)Gets and sets the version.
WebExtensionReference(WebExtensionReference_Impl* impl)Constructs from an implementation object.
WebExtensionReference(const WebExtensionReference& src)Copy constructor.
~WebExtensionReference()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also