FormattingType
Formatting types.
| Name | Description | Value |
|---|---|---|
| FORMATTING_TYPE_NONE | No formatting. | 0 |
Runtime Access
This enumeration is available at runtime on the MFiles global object under the VaultEnums namespace. Access enum values using MFiles.VaultEnums.FormattingType.<value>.
Example:
const value = MFiles.VaultEnums.FormattingType.FORMATTING_TYPE_NONE;
See also: MFiles Global Object