Enum WebExtensionStoreType

Enum WebExtensionStoreType

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

Represents the store type of web extension.

public enum WebExtensionStoreType

Fields

ExCatalog = 6

Specifies that the store type is Centralized Deployment via Exchange.

Exchange = 3

Specifies that the store type is an Exchange server.

FileSystem = 4

Specifies that the store type is a file system share.

OMEX = 0

Specifies that the store type is Office.com.

Registry = 5

Specifies that the store type is the system registry.

SPApp = 2

Specifies that the store type is a SharePoint web application.

SPCatalog = 1

Specifies that the store type is SharePoint corporate catalog.