SkipChildren

Prevents the running of rules on child objects of the current object.

Syntax

bool SkipChildren ()

Parameters

None.

Returns

Always True.

Level

All.

Details

Prevents rules applied to child objects of the current parent object from being run. The action can optimize the execution of rules by eliminating the need to visit every field on every page.
Example
SkipChildren()