java.lang.Object
com.aspose.words.WebExtensionStoreType
public class WebExtensionStoreType
| Field Summary | ||
|---|---|---|
static final int | SP_CATALOG | |
| Specifies that the store type is SharePoint corporate catalog. | ||
static final int | OMEX | |
| Specifies that the store type is Office.com. | ||
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. | ||
static final int | DEFAULT | |
| Default value. | ||
| Field Detail |
|---|
SP_CATALOG = 0 | |
public static final int SP_CATALOG | |
OMEX = 1 | |
public static final int OMEX | |
SP_APP = 2 | |
public static final int SP_APP | |
EXCHANGE = 3 | |
public static final int EXCHANGE | |
FILE_SYSTEM = 4 | |
public static final int FILE_SYSTEM | |
REGISTRY = 5 | |
public static final int REGISTRY | |
EX_CATALOG = 6 | |
public static final int EX_CATALOG | |
DEFAULT = 0 | |
public static final int DEFAULT | |