ExpressionEngine FindCircularReferences Method µStrata MathDaemon™ Computation LibraryMathDaemon Class Library
Find all expressions and ternary expressions that points to themselves directly or via intermediate expression.

Namespace: uStrata.MathDaemon.Computation
Assembly: uStrata.MathDaemon.Computation (in uStrata.MathDaemon.Computation.dll) Version: 1.1.5779.28281
Syntax

public bool FindCircularReferences()

Return Value

Type: Boolean
True if such references found, otherwise false. StopReason property will contain a list of circular references
See Also