Class WebExtensionReference

Class WebExtensionReference

Namespace: Aspose.Cells.WebExtensions
Assembly: Aspose.Cells.dll (25.2.0)

Represents identify the provider location and version of the extension.

public class WebExtensionReference

Inheritance

objectWebExtensionReference

Inherited Members

object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Properties

Id

Gets and sets the identifier associated with the Office Add-in within a catalog provider. The identifier MUST be unique within a catalog provider.

public string Id { get; set; }

Property Value

string

StoreName

Gets and sets the instance of the marketplace where the Office Add-in is stored. .

public string StoreName { get; set; }

Property Value

string

StoreType

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

public WebExtensionStoreType StoreType { get; set; }

Property Value

WebExtensionStoreType

Version

Gets and sets the version.

public string Version { get; set; }

Property Value

string