java.lang.Object
com.aspose.cells.WebExtensionStoreType
public class WebExtensionStoreType
| Field Summary | ||
|---|---|---|
static final int | OMEX | |
| Specifies that the store type is Office.com. | ||
static final int | SP_CATALOG | |
| Specifies that the store type is SharePoint corporate catalog. | ||
static final int | SP_APP | |
| Specifies that the store type is a SharePoint web application. | ||
static final int | EXCHANGE | |
| Specifies that the store type is an Exchange server. | ||
static final int | FILE_SYSTEM | |
| Specifies that the store type is a file system share. | ||
static final int | REGISTRY | |
| Specifies that the store type is the system registry. | ||
static final int | EX_CATALOG | |
| Specifies that the store type is Centralized Deployment via Exchange. | ||
| Field Detail |
|---|
OMEX | |
public static final int OMEX | |
SP_CATALOG | |
public static final int SP_CATALOG | |
SP_APP | |
public static final int SP_APP | |
EXCHANGE | |
public static final int EXCHANGE | |
FILE_SYSTEM | |
public static final int FILE_SYSTEM | |
REGISTRY | |
public static final int REGISTRY | |
EX_CATALOG | |
public static final int EX_CATALOG | |