ParentChildBehavior
Parent-child behavior enumeration (affects searching and view levels).
| Name | Description | Value |
|---|---|---|
| PARENT_CHILD_BEHAVIOR_NONE | No special behavior. | 0 |
| PARENT_CHILD_BEHAVIOR_INCLUDE_CHILD_VALUES | Accept matches to child values as well. | 1 |
| PARENT_CHILD_BEHAVIOR_INCLUDE_PARENT_VALUES | Accept matches to parent values as well. | 2 |
Runtime Access
This enumeration is available at runtime on the MFiles global object under the VaultEnums namespace. Access enum values using MFiles.VaultEnums.ParentChildBehavior.<value>.
Example:
const value = MFiles.VaultEnums.ParentChildBehavior.PARENT_CHILD_BEHAVIOR_NONE;
See also: MFiles Global Object