Aspose::Words::WebExtensions::WebExtensionReference class

WebExtensionReference class

Represents the reference to a web extension. The reference is used to identify the provider location and version of the extension. To learn more, visit the Work with Office Add-ins documentation article.

class WebExtensionReference : public System::Object

Methods

MethodDescription
get_Id() constIdentifier associated with the web extension within a catalog provider.
get_Store() constSpecifies the instance of the marketplace where the web extension is stored.
get_StoreType() constSpecifies the type of marketplace.
get_Version() constSpecifies the version of the web extension.
GetType() const override
Is(const System::TypeInfo&) const override
set_Id(const System::String&)Setter for Aspose::Words::WebExtensions::WebExtensionReference::get_Id.
set_Store(const System::String&)Setter for Aspose::Words::WebExtensions::WebExtensionReference::get_Store.
set_StoreType(Aspose::Words::WebExtensions::WebExtensionStoreType)Setter for Aspose::Words::WebExtensions::WebExtensionReference::get_StoreType.
set_Version(const System::String&)Setter for Aspose::Words::WebExtensions::WebExtensionReference::get_Version.
static Type()
WebExtensionReference()

See Also