Enum WebExtensionStoreType

WebExtensionStoreType enumeration

Represents the store type of web extension.

public enum WebExtensionStoreType

Values

NameValueDescription
OMEX0Specifies that the store type is Office.com.
SPCatalog1Specifies that the store type is SharePoint corporate catalog.
SPApp2Specifies that the store type is a SharePoint web application.
Exchange3Specifies that the store type is an Exchange server.
FileSystem4Specifies that the store type is a file system share.
Registry5Specifies that the store type is the system registry.
ExCatalog6Specifies that the store type is Centralized Deployment via Exchange.

See Also