Skip to main content

ParentChildBehavior

Parent-child behavior enumeration (affects searching and view levels).

NameDescriptionValue
PARENT_CHILD_BEHAVIOR_NONENo special behavior.0
PARENT_CHILD_BEHAVIOR_INCLUDE_CHILD_VALUESAccept matches to child values as well.1
PARENT_CHILD_BEHAVIOR_INCLUDE_PARENT_VALUESAccept 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