-
iscontainer
- Type: boolean
- Indicates whether rules match based on containment. If not specified, the rule may match regardless of whether a node is a container or not.
true
: The rule will only match nodes that are marked as containers. This would apply to nodes that represent folders.false
: The rule will only match nodes that are not marked as containers.