ViewType
View type enumeration.
| Name | Description | Value |
|---|---|---|
| VIEW_TYPE_SHOW_OBJECTS | Normal view. Displays objects on its last level and can have a display hierarchy. | 0 |
| VIEW_TYPE_FILTER_ONLY | Defines a filter only. Does not show objects and cannot have a display hierarchy. | 1 |
Runtime Access
This enumeration is available at runtime on the MFiles global object under the VaultEnums namespace. Access enum values using MFiles.VaultEnums.ViewType.<value>.
Example:
const value = MFiles.VaultEnums.ViewType.VIEW_TYPE_SHOW_OBJECTS;
See also: MFiles Global Object