ExtDBRefreshType
External database refresh type enumeration.
| Name | Description | Value |
|---|---|---|
| EXT_DBREFRESH_TYPE_NONE | No need to refresh data from external database. | 0 |
| EXT_DBREFRESH_TYPE_QUICK | Quick refresh from external database requested. | 1 |
| EXT_DBREFRESH_TYPE_FULL | Full refresh from external database requested. | 2 |
Runtime Access
This enumeration is available at runtime on the MFiles global object under the VaultEnums namespace. Access enum values using MFiles.VaultEnums.ExtDBRefreshType.<value>.
Example:
const value = MFiles.VaultEnums.ExtDBRefreshType.EXT_DBREFRESH_TYPE_NONE;
See also: MFiles Global Object