asposecells.api

Class WebExtensionStoreType

Utility class containing constants. Represents the store type of web extension.

Field Summary
const  intOMEX
Specifies that the store type is Office.com.
const  intSP_CATALOG
Specifies that the store type is SharePoint corporate catalog.
const  intSP_APP
Specifies that the store type is a SharePoint web application.
const  intEXCHANGE
Specifies that the store type is an Exchange server.
const  intFILE_SYSTEM
Specifies that the store type is a file system share.
const  intREGISTRY
Specifies that the store type is the system registry.
const  intEX_CATALOG
Specifies that the store type is Centralized Deployment via Exchange.
 

    • Field Detail

      • OMEX

        const int OMEX
        Specifies that the store type is Office.com.
      • SP_CATALOG

        const int SP_CATALOG
        Specifies that the store type is SharePoint corporate catalog.
      • SP_APP

        const int SP_APP
        Specifies that the store type is a SharePoint web application.
      • EXCHANGE

        const int EXCHANGE
        Specifies that the store type is an Exchange server.
      • FILE_SYSTEM

        const int FILE_SYSTEM
        Specifies that the store type is a file system share.
      • REGISTRY

        const int REGISTRY
        Specifies that the store type is the system registry.
      • EX_CATALOG

        const int EX_CATALOG
        Specifies that the store type is Centralized Deployment via Exchange.